svn commit: r402226 - head/math/saga

Palle Girgensohn girgen at FreeBSD.org
Sun Nov 22 11:34:00 UTC 2015


Author: girgen
Date: Sun Nov 22 11:33:58 2015
New Revision: 402226
URL: https://svnweb.freebsd.org/changeset/ports/402226

Log:
  Use USES=pgsql instead of hardwiring a postgresql version
  
  PR:		204719
  Submitted by:	Rainer Hurling<rhurlin at gwdg.de> (maintainer)

Modified:
  head/math/saga/Makefile

Modified: head/math/saga/Makefile
==============================================================================
--- head/math/saga/Makefile	Sun Nov 22 11:33:57 2015	(r402225)
+++ head/math/saga/Makefile	Sun Nov 22 11:33:58 2015	(r402226)
@@ -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
 


More information about the svn-ports-all mailing list