diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 17:42:16 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 17:42:16 +0800 |
commit | 0c8d173c4f6b9a4a6c95b359fe6590155d1587bc (patch) | |
tree | a2008911e7027e1ba5ef047b1405ee5c0b930106 /www/twig | |
parent | 5c8f33922e7a2a31b714ab4008b5963c0fa11c48 (diff) | |
download | freebsd-ports-gnome-0c8d173c4f6b9a4a6c95b359fe6590155d1587bc.tar.gz freebsd-ports-gnome-0c8d173c4f6b9a4a6c95b359fe6590155d1587bc.tar.zst freebsd-ports-gnome-0c8d173c4f6b9a4a6c95b359fe6590155d1587bc.zip |
Switch to the new PHP infrastructure.
Diffstat (limited to 'www/twig')
-rw-r--r-- | www/twig/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/twig/Makefile b/www/twig/Makefile index 92e7fb4eae64..9917ab27484d 100644 --- a/www/twig/Makefile +++ b/www/twig/Makefile @@ -7,7 +7,7 @@ PORTNAME= twig PORTVERSION= 2.7.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www mail MASTER_SITES= http://www.informationgateway.org/download/ @@ -16,14 +16,13 @@ COMMENT= Web Based Email Client and Scheduler .if !defined(WITHOUT_PHP_DEPENDS) .if !defined(WITH_PHP3) -USE_PHP= yes +USE_PHP= ctype imap openssl pgsql pcre posix session tokenizer xml zlib .else RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/${PHP3_PORT} .endif .endif NO_BUILD= YES -PHP_PORT?= ${PORTSDIR}/www/mod_php4-twig PHP3_PORT?= www/mod_php3 TWIG?= www/data-dist/twig PLIST_SUB+= TWIG=${TWIG} |