mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Update DEPENDS for postgis option
PR: 167954 Submitted by: Anderson Soares Ferreira <anderson@cnpm.embrapa.br>
This commit is contained in:
parent
ff09d6966e
commit
8c221f9f01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297263
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= qgis
|
||||
PORTVERSION= 1.7.4
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics geography
|
||||
MASTER_SITES= http://qgis.org/downloads/ \
|
||||
http://download.osgeo.org/qgis/src/
|
||||
@ -53,8 +53,8 @@ CMAKE_ARGS+= -DWITH_GRASS:BOOL=FALSE
|
||||
.endif
|
||||
|
||||
.if defined(WITH_POSTGIS)
|
||||
USE_PGSQL= YES
|
||||
CMAKE_ARGS+= -DWITH_POSTGRESQL:BOOL=TRUE
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/share/postgis:${PORTSDIR}/databases/postgis
|
||||
PLIST_SUB+= PGSQL=""
|
||||
.else
|
||||
CMAKE_ARGS+= -DWITH_POSTGRESQL:BOOL=FALSE
|
||||
|
Loading…
Reference in New Issue
Block a user