diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-07-07 06:13:49 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-07-07 06:13:49 +0000 |
commit | 10642dbb1f176119d5b86917852e69cee66a944e (patch) | |
tree | ead82f2fd7eac6db476b8474860e7e5e9b05310e /www | |
parent | Do not attempt to load the old libxml1 stuff since that was removed from (diff) |
- fix index
as bsd.php.mmk still needs explicit PORTSDIR
Diffstat (limited to 'www')
-rw-r--r-- | www/twig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/twig/Makefile b/www/twig/Makefile index 569fec18295b..92e7fb4eae64 100644 --- a/www/twig/Makefile +++ b/www/twig/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/${PHP3_PORT} .endif NO_BUILD= YES -PHP_PORT?= www/mod_php4-twig +PHP_PORT?= ${PORTSDIR}/www/mod_php4-twig PHP3_PORT?= www/mod_php3 TWIG?= www/data-dist/twig PLIST_SUB+= TWIG=${TWIG} |