diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-04 15:53:39 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-04 15:53:39 +0000 |
commit | b2c46c868cc96c81b525dff6d171894917d46f98 (patch) | |
tree | c66dd220e2259f4aa778ff1bb17f3f5de39db32d /www/twig | |
parent | e9ef928f2046c0f8ce94551ee6e9d9ec43bd08e4 (diff) | |
download | ports-b2c46c868cc96c81b525dff6d171894917d46f98.tar.gz ports-b2c46c868cc96c81b525dff6d171894917d46f98.zip |
Notes
Diffstat (limited to 'www/twig')
-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 11ec64d78a46..e2839141a5d3 100644 --- a/www/twig/Makefile +++ b/www/twig/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 .endif .if !defined(WITH_MYSQL) -LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 +LIB_DEPENDS= pq.3:${PORTSDIR}/databases/postgresql7 .else .endif |