diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-03-22 10:31:53 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-03-22 10:31:53 +0000 |
commit | bbbc9e1493b74164dea470053ea8ff20cb85052e (patch) | |
tree | b764f8e4ca3e1ed84c4a04b6bbbe4fbdfa4c214e /www | |
parent | 9d3f162b3d1eae94fcfde64d8d1b46fd8a4121b1 (diff) | |
download | FreeBSD-ports-bbbc9e1493b74164dea470053ea8ff20cb85052e.zip FreeBSD-ports-bbbc9e1493b74164dea470053ea8ff20cb85052e.tar.gz |
- drop extra dependency
Diffstat (limited to 'www')
-rw-r--r-- | www/twig/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/twig/Makefile b/www/twig/Makefile index 5614eac..a33ed06 100644 --- a/www/twig/Makefile +++ b/www/twig/Makefile @@ -19,10 +19,6 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/${PHP4_PORT} .else RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/${PHP3_PORT} .endif -.if !defined(WITH_MYSQL) -LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} -.else -.endif NO_BUILD= YES PHP_PORT?= www/mod_php4-twig |