mapserver: Add missing deps: giflib and postgresql (#26619)
This commit is contained in:
		| @@ -35,9 +35,11 @@ class Mapserver(CMakePackage): | ||||
|     depends_on('curl', when='+curl') | ||||
|     depends_on('geos') | ||||
|     depends_on('libxml2') | ||||
|     depends_on('giflib') | ||||
|     depends_on('gdal') | ||||
|     depends_on('swig', type='build') | ||||
|     depends_on('python', when='+python') | ||||
|     depends_on('postgresql') | ||||
|     depends_on('ruby', when='+ruby') | ||||
|     depends_on('java', when='+java') | ||||
|     depends_on('perl', when='+perl') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Bernhard Kaindl
					Bernhard Kaindl