summaryrefslogtreecommitdiff
path: root/databases/phppgadmin
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-07-30 18:46:49 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-07-30 18:46:49 +0000
commit5c0d8021cc90d265499feff409278684147395a2 (patch)
treee6a66e0c54f7ab5aacb3c834ed49fe19492aea84 /databases/phppgadmin
parentUse "ONLY_FOR_ARCHS=i386/amd64", as the port contains assembler code (diff)
- reduce needed php4 modules
Notes
Notes: svn path=/head/; revision=140486
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r--databases/phppgadmin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile
index 50a6f5aa45d8..71140c9a3dfe 100644
--- a/databases/phppgadmin/Makefile
+++ b/databases/phppgadmin/Makefile
@@ -18,7 +18,7 @@ COMMENT= Web Based Postgres Administration
USE_REINPLACE= yes
USE_BZIP2= yes
.if !defined(WITHOUT_PHP_DEPENDS)
-USE_PHP= ctype imap openssl pgsql pcre posix session tokenizer xml zlib
+USE_PHP= pgsql pcre session
.endif
WRKSRC= ${WRKDIR}/phpPgAdmin
NO_BUILD= YES