diff options
author | girgen <girgen@FreeBSD.org> | 2015-11-22 19:33:58 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2015-11-22 19:33:58 +0800 |
commit | 8df249304d26ecb1abfcdd30b53b296efc711bef (patch) | |
tree | 0b20efbc386d57e39a18bbf676a1684b4867add4 /math | |
parent | 60d3a86794fef2b84bceb54b3b2283d23abccdad (diff) | |
download | freebsd-ports-gnome-8df249304d26ecb1abfcdd30b53b296efc711bef.tar.gz freebsd-ports-gnome-8df249304d26ecb1abfcdd30b53b296efc711bef.tar.zst freebsd-ports-gnome-8df249304d26ecb1abfcdd30b53b296efc711bef.zip |
Use USES=pgsql instead of hardwiring a postgresql version
PR: 204719
Submitted by: Rainer Hurling<rhurlin@gwdg.de> (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/saga/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile index 1e70d6fd5981..d13238479e86 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -3,6 +3,7 @@ PORTNAME= saga PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} @@ -52,7 +53,7 @@ OPENMP_CONFIGURE_ENABLE= openmp OPENMP_LDFLAGS= -pthread PGSQL_CONFIGURE_OFF= --with-postgresql=no PGSQL_CONFIGURE_ON= --with-postgresql=${LOCALBASE}/bin/pg_config -PGSQL_LIB_DEPENDS= libpq.so:${PORTSDIR}/databases/postgresql93-client +PGSQL_USES= pgsql VIGRA_BUILD_DEPENDS= ${LOCALBASE}/lib/libvigraimpex.so:${PORTSDIR}/graphics/vigra VIGRA_RUN_DEPENDS= ${LOCALBASE}/lib/libvigraimpex.so:${PORTSDIR}/graphics/vigra |