diff options
-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 |