Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Nov 2015 11:33:59 +0000 (UTC)
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402226 - head/math/saga
Message-ID:  <201511221133.tAMBXxTu091700@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511221133.tAMBXxTu091700>