diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-19 01:28:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-19 01:28:46 +0000 |
commit | 188acae768bb50ebb0443401fd4dc900f97fa637 (patch) | |
tree | 64b618348a922f785c26e0908abc1ffe13516408 /www/twig | |
parent | 1836911d6d4f41d514b92d285a47a36190428b71 (diff) | |
download | ports-188acae768bb50ebb0443401fd4dc900f97fa637.tar.gz ports-188acae768bb50ebb0443401fd4dc900f97fa637.zip |
Remove WITH_PHP3 support now that php3 has been removed.
Notes
Notes:
svn path=/head/; revision=129240
Diffstat (limited to 'www/twig')
-rw-r--r-- | www/twig/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/www/twig/Makefile b/www/twig/Makefile index 2fc5f662fcf0..34edf428239d 100644 --- a/www/twig/Makefile +++ b/www/twig/Makefile @@ -15,15 +15,10 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Web Based Email Client and Scheduler .if !defined(WITHOUT_PHP_DEPENDS) -.if !defined(WITH_PHP3) 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 -PHP3_PORT?= www/mod_php3 TWIG?= www/data-dist/twig PLIST_SUB+= TWIG=${TWIG} ROOTFILES= index.php test.php goto.php |