diff options
author | seanc <seanc@FreeBSD.org> | 2003-01-04 15:53:39 +0000 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-01-04 15:53:39 +0000 |
commit | 7a4235bd87966a4520aa5d2fd21abe0a5207c0d6 (patch) | |
tree | fd0f8a3c3c97bdaf70a19f3c37d60eb594efca77 /databases/phppgadmin | |
parent | 880560345484112b8efb832f54fd47105704bc7e (diff) | |
download | FreeBSD-ports-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.zip FreeBSD-ports-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.tar.gz |
Chase libpq version bump.
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r-- | databases/phppgadmin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile index e96a722..8c4718a 100644 --- a/databases/phppgadmin/Makefile +++ b/databases/phppgadmin/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 .else RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 .endif -LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 +POSTGRESQL_PORT?= databases/postgresql7 +LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} WRKSRC= ${WRKDIR}/phpPgAdmin NO_BUILD= YES |