aboutsummaryrefslogtreecommitdiff
path: root/www/twig
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-01-19 04:56:35 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-01-19 04:56:35 +0000
commit9c093ab25099bce3209a7d8bb5e10175b770f9c2 (patch)
treee84c781f5fb49684eaa464c7fe11018fc1f654ec /www/twig
parentbc7e1661090b44a7edbf2bc9b28b472fefeda841 (diff)
downloadports-9c093ab25099bce3209a7d8bb5e10175b770f9c2.tar.gz
ports-9c093ab25099bce3209a7d8bb5e10175b770f9c2.zip
Notes
Diffstat (limited to 'www/twig')
-rw-r--r--www/twig/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/twig/Makefile b/www/twig/Makefile
index 48d43ced101f..181ecd5cddb0 100644
--- a/www/twig/Makefile
+++ b/www/twig/Makefile
@@ -19,7 +19,8 @@ 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)
-LIB_DEPENDS= pq.3:${PORTSDIR}/databases/postgresql7
+POSTGRESQL_PORT?= databases/postgresql-client
+LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
.else
.endif