diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-01-31 12:19:33 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-01-31 12:19:33 +0000 |
commit | 64da33495c293781353d25d08cee0ac9fa493f39 (patch) | |
tree | f8d6af72fa2486427aa3423a8ebd4c7193e8af93 /www | |
parent | magic.h wasn't able to determine LITTLE_ENDIAN xor BIG_ENDIAN for amd64. (diff) |
- make portlint happier
Notes
Notes:
svn path=/head/; revision=99599
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 |