diff options
author | kris <kris@FreeBSD.org> | 2005-02-19 09:28:46 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-02-19 09:28:46 +0800 |
commit | 42675d0291ae8a5e6d2c3977630ae43d1f4c7987 (patch) | |
tree | 9ae25004366dc5db282548a4f283905bc0135e38 /www/twig/Makefile | |
parent | b253d6050239637f5794ecaaf79035a74e5fa4a1 (diff) | |
download | freebsd-ports-gnome-42675d0291ae8a5e6d2c3977630ae43d1f4c7987.tar.gz freebsd-ports-gnome-42675d0291ae8a5e6d2c3977630ae43d1f4c7987.tar.zst freebsd-ports-gnome-42675d0291ae8a5e6d2c3977630ae43d1f4c7987.zip |
Remove WITH_PHP3 support now that php3 has been removed.
Diffstat (limited to 'www/twig/Makefile')
-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 |