From a646234c85567d9a0ca906816b6ecaee4f080d49 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sat, 31 Jan 2004 12:19:33 +0000 Subject: - make portlint happier --- www/twig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') diff --git a/www/twig/Makefile b/www/twig/Makefile index 181ecd5cddb0..20efcbdada3a 100644 --- a/www/twig/Makefile +++ b/www/twig/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/${PHP4_PORT} RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/${PHP3_PORT} .endif .if !defined(WITH_MYSQL) -POSTGRESQL_PORT?= databases/postgresql-client LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} .else .endif @@ -28,6 +27,7 @@ NO_BUILD= YES PHP4_PORT?= www/mod_php4-twig PHP3_PORT?= www/mod_php3 TWIG?= www/data-dist/twig +POSTGRESQL_PORT?= databases/postgresql-client PLIST_SUB+= TWIG=${TWIG} ROOTFILES= index.php3 test.php3 goto.php3 CONFFILES= .htaccess mailfooter.inc.php3.sample -- cgit