diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-04-21 19:43:12 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-04-21 19:43:12 +0800 |
commit | f0a2f2797f4d3272e245e7751bde364a15634c65 (patch) | |
tree | 172d9b14a805ee232c5d60d2e8797ff7a8f45e81 /databases/phppgadmin | |
parent | 4f94b9c8c7df606bab11c747db7be3620e297d1c (diff) | |
download | freebsd-ports-gnome-f0a2f2797f4d3272e245e7751bde364a15634c65.tar.gz freebsd-ports-gnome-f0a2f2797f4d3272e245e7751bde364a15634c65.tar.zst freebsd-ports-gnome-f0a2f2797f4d3272e245e7751bde364a15634c65.zip |
Fix include directory for postgresql7.1's new layout.
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r-- | databases/phppgadmin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile index f1305d844f9a..996c4217c5e2 100644 --- a/databases/phppgadmin/Makefile +++ b/databases/phppgadmin/Makefile @@ -7,18 +7,19 @@ PORTNAME= phppgadmin PORTVERSION= 2.2.1.p1 +PORTREVISION= 1 CATEGORIES= databases www MASTER_SITES= ftp://ftp.greatbridge.org/pub/phppgadmin/stable/ DISTNAME= phpPgAdmin_2-2-1-pl1 MAINTAINER= nbm@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/pgsql/lib/libpq.so:${PORTSDIR}/databases/postgresql7 .if defined(WITH_PHP4) 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 WRKSRC= ${WRKDIR}/phpPgAdmin NO_BUILD= YES @@ -27,5 +28,4 @@ do-install: ${MKDIR} ${PREFIX}/www/data.default/phpPgAdmin/ ${CP} -R ${WRKSRC}/* ${PREFIX}/www/data.default/phpPgAdmin/ - .include <bsd.port.mk> |