diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-10-19 10:45:50 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-10-19 10:45:50 +0000 |
commit | 71a2e694f9d09ec68c5f89c199f1b2bbe361a22a (patch) | |
tree | b2a2d1728cf0d553a27a1120c2663a1e8b0f0338 /www/twig | |
parent | f97460c6f3049af4c2f9c48d410e6ae8ff3cba53 (diff) | |
download | ports-71a2e694f9d09ec68c5f89c199f1b2bbe361a22a.tar.gz ports-71a2e694f9d09ec68c5f89c199f1b2bbe361a22a.zip |
- switch dependency on www/mod_php4-twig
- remove NO_PACKAGE
Notes
Notes:
svn path=/head/; revision=91661
Diffstat (limited to 'www/twig')
-rw-r--r-- | www/twig/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/twig/Makefile b/www/twig/Makefile index 42927c754561..8acd36302b12 100644 --- a/www/twig/Makefile +++ b/www/twig/Makefile @@ -25,9 +25,8 @@ LIB_DEPENDS= pq.3:${PORTSDIR}/databases/postgresql7 .endif NO_BUILD= YES -PHP4_PORT?= www/mod_php4 +PHP4_PORT?= www/mod_php4-twig PHP3_PORT?= www/mod_php3 -NO_PACKAGE= need a matching version of mod_php TWIG?= www/data-dist/twig PLIST_SUB+= TWIG=${TWIG} ROOTFILES= index.php3 test.php3 goto.php3 |