aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2012-07-30 23:30:35 +0800
committerzeising <zeising@FreeBSD.org>2012-07-30 23:30:35 +0800
commitcc15ecb06c5c13452f4b6540373f2fa344bb87e2 (patch)
treebbab30f16ef294736a769a7a01e7213b8c727d3b /databases
parent57364644d420fe9bd699286bf462aeb200e5b3aa (diff)
downloadfreebsd-ports-gnome-cc15ecb06c5c13452f4b6540373f2fa344bb87e2.tar.gz
freebsd-ports-gnome-cc15ecb06c5c13452f4b6540373f2fa344bb87e2.tar.zst
freebsd-ports-gnome-cc15ecb06c5c13452f4b6540373f2fa344bb87e2.zip
Fix package building.
Pass maintanership to submitter PR: ports/169980 (minor modifications) Submitted by: Bryan Drewery <bryan@shatow.net>
Diffstat (limited to 'databases')
-rw-r--r--databases/aolserver-nspostgres/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/aolserver-nspostgres/Makefile b/databases/aolserver-nspostgres/Makefile
index fe2875787b1d..59455f3fcf7b 100644
--- a/databases/aolserver-nspostgres/Makefile
+++ b/databases/aolserver-nspostgres/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= SF/aolserver/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= aolserver-
DIST_SUBDIR= aolserver
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= bryan@shatow.net
COMMENT= Internal PostgreSQL driver for AOLserver
LICENSE= MPL
@@ -26,8 +26,8 @@ BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
RUN_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
USE_PGSQL= yes
-DEFAULT_PGSQL_VER= 82
USE_GMAKE= yes
+USE_LDCONFIG= yes
MAKE_ARGS= AOLSERVER="${LOCALBASE}/${AOLSERVERBASE}" \
PG_CONFIG="${LOCALBASE}/bin/pg_config" \