diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-07-30 18:46:49 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-07-30 18:46:49 +0000 |
commit | 5c0d8021cc90d265499feff409278684147395a2 (patch) | |
tree | e6a66e0c54f7ab5aacb3c834ed49fe19492aea84 /databases/phppgadmin | |
parent | 6b73c76c8bf56ec66e58d26f02b9ceeaa38873a7 (diff) |
Notes
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r-- | databases/phppgadmin/Makefile | 2 |
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 |