diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-01-31 20:19:33 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-01-31 20:19:33 +0800 |
commit | a646234c85567d9a0ca906816b6ecaee4f080d49 (patch) | |
tree | 777b0b8725b728e7b54a28e4fe56ac831575d3f8 /www | |
parent | e4f8ec2c792590ed9d5c86ea6055e9a14cf10472 (diff) | |
download | freebsd-ports-gnome-a646234c85567d9a0ca906816b6ecaee4f080d49.tar.gz freebsd-ports-gnome-a646234c85567d9a0ca906816b6ecaee4f080d49.tar.zst freebsd-ports-gnome-a646234c85567d9a0ca906816b6ecaee4f080d49.zip |
- make portlint happier
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 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 |