diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-03-04 13:18:09 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-03-04 13:18:09 +0000 |
commit | 500d5b4c6e6b523302bba7da26ffaf8e82b75513 (patch) | |
tree | 3152e52f3247155d1d2fac743578635722e5a1b2 /www/twig | |
parent | b65b9558c93bd97e6b44183aea669cf7f7d11dc3 (diff) | |
download | FreeBSD-ports-500d5b4c6e6b523302bba7da26ffaf8e82b75513.zip FreeBSD-ports-500d5b4c6e6b523302bba7da26ffaf8e82b75513.tar.gz |
- fix PHP_PORT default
Diffstat (limited to 'www/twig')
-rw-r--r-- | www/twig/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/twig/Makefile b/www/twig/Makefile index 94d25c9..5614eac 100644 --- a/www/twig/Makefile +++ b/www/twig/Makefile @@ -25,6 +25,7 @@ LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} .endif NO_BUILD= YES +PHP_PORT?= www/mod_php4-twig PHP4_PORT?= www/mod_php4-twig PHP3_PORT?= www/mod_php3 TWIG?= www/data-dist/twig |