summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-07-19 09:42:16 +0000
committerale <ale@FreeBSD.org>2004-07-19 09:42:16 +0000
commit0c8d173c4f6b9a4a6c95b359fe6590155d1587bc (patch)
treea2008911e7027e1ba5ef047b1405ee5c0b930106 /databases
parent5c8f33922e7a2a31b714ab4008b5963c0fa11c48 (diff)
downloadFreeBSD-ports-0c8d173c4f6b9a4a6c95b359fe6590155d1587bc.zip
FreeBSD-ports-0c8d173c4f6b9a4a6c95b359fe6590155d1587bc.tar.gz
Switch to the new PHP infrastructure.
Diffstat (limited to 'databases')
-rw-r--r--databases/phppgadmin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile
index 91d82a7..cd37bed 100644
--- a/databases/phppgadmin/Makefile
+++ b/databases/phppgadmin/Makefile
@@ -7,6 +7,7 @@
PORTNAME= phppgadmin
PORTVERSION= 3.4.1
+PORTREVISION= 1
CATEGORIES= databases www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,11 +19,10 @@ COMMENT= Web Based Postgres Administration
USE_REINPLACE= yes
USE_BZIP2= yes
.if !defined(WITHOUT_PHP_DEPENDS)
-USE_PHP= yes
+USE_PHP= ctype imap openssl pgsql pcre posix session tokenizer xml zlib
.endif
WRKSRC= ${WRKDIR}/phpPgAdmin
NO_BUILD= YES
-PHP_PORT?= ${PORTSDIR}/www/mod_php4-twig
PGADMDIR?= www/data/phpPgAdmin
PLIST_SUB+= PGADMDIR=${PGADMDIR}
OpenPOWER on IntegriCloud