diff options
author | seanc <seanc@FreeBSD.org> | 2003-01-19 06:38:32 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-01-19 06:38:32 +0800 |
commit | 8149f5d55c827a1739d7063d74da3053d368b540 (patch) | |
tree | 59a275a44ab2c5e832b4eec44a80db2250223b38 /www | |
parent | 1e81f763b34ae00cb737b0c882d8a45589de1046 (diff) | |
download | freebsd-ports-gnome-8149f5d55c827a1739d7063d74da3053d368b540.tar.gz freebsd-ports-gnome-8149f5d55c827a1739d7063d74da3053d368b540.tar.zst freebsd-ports-gnome-8149f5d55c827a1739d7063d74da3053d368b540.zip |
Add dependency on libpq.3 and POSTGRESQL_PORT tunable. Grab
maintainership of ports while I'm here.
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_pgsql/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/mod_auth_pgsql/Makefile b/www/mod_auth_pgsql/Makefile index de2d944be166..e11317c87e4c 100644 --- a/www/mod_auth_pgsql/Makefile +++ b/www/mod_auth_pgsql/Makefile @@ -6,14 +6,15 @@ PORTNAME= mod_auth_pgsql PORTVERSION= 0.9.12 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/ -MAINTAINER= ports@freebsd.org +MAINTAINER= seanc@FreeBSD.org BUILD_DEPENDS= ${APXS}:${APACHE_PORT} RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${APACHE_PORT} -LIB_DEPENDS= pq.3:${PORTSDIR}/databases/postgresql7 +LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//} @@ -22,6 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//} APXS?= ${LOCALBASE}/sbin/apxs AP_PORT?= apache13 APACHE_PORT?= ${PORTSDIR}/www/${AP_PORT} +POSTGRESQL_PORT?= databases/postgresql7 .if exists(${APXS}) APXS_WORKS!= ${APXS} -q TARGET 2>/dev/null || echo no |