diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-10-19 10:45:50 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-10-19 10:45:50 +0000 |
commit | 3adabe6843d5fc57ab1dbc92bed9ff6909fa7066 (patch) | |
tree | a49d84731633857f6a18a4a4c08751be2c3aa7be /www | |
parent | 79cec7444151a0f94b3f14928a5d94c774f9699c (diff) | |
download | FreeBSD-ports-3adabe6843d5fc57ab1dbc92bed9ff6909fa7066.zip FreeBSD-ports-3adabe6843d5fc57ab1dbc92bed9ff6909fa7066.tar.gz |
- switch dependency on www/mod_php4-twig
- remove NO_PACKAGE
Diffstat (limited to 'www')
-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 42927c7..8acd363 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 |