diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2015-11-22 19:33:58 +0800 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2015-11-22 19:33:58 +0800 |
commit | da6a8a32912c2ba8660e4bae40ceb778af7817a7 (patch) | |
tree | 0b20efbc386d57e39a18bbf676a1684b4867add4 /math | |
parent | 447203141743bc1fe9fefe11dbe7850b7d91e547 (diff) | |
download | freebsd-ports-gnome-da6a8a32912c2ba8660e4bae40ceb778af7817a7.tar.gz freebsd-ports-gnome-da6a8a32912c2ba8660e4bae40ceb778af7817a7.tar.zst freebsd-ports-gnome-da6a8a32912c2ba8660e4bae40ceb778af7817a7.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 |