summaryrefslogtreecommitdiff
path: root/databases/phppgadmin
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 09:42:16 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 09:42:16 +0000
commit49c6d55a5ac2e31e5922029d4f0a17bda94488ba (patch)
tree0a226b5486dc4aac57c5e7b1c4a89faa6b4e1cc1 /databases/phppgadmin
parentSwitch to the new PHP infrastructure. (diff)
Switch to the new PHP infrastructure.
Notes
Notes: svn path=/head/; revision=114193
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r--databases/phppgadmin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile
index 91d82a717374..cd37bed7d651 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}