aboutsummaryrefslogtreecommitdiff
path: root/www/twig
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 /www/twig
parent3e1a104b6825136073b39fb291d7f820c29ded3c (diff)
downloadports-49c6d55a5ac2e31e5922029d4f0a17bda94488ba.tar.gz
ports-49c6d55a5ac2e31e5922029d4f0a17bda94488ba.zip
Switch to the new PHP infrastructure.
Notes
Notes: svn path=/head/; revision=114193
Diffstat (limited to 'www/twig')
-rw-r--r--www/twig/Makefile5
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}