diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-01-19 04:56:35 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-01-19 04:56:35 +0000 |
commit | b5c24c7fba0da59c13b35a09b17454ab8154de5f (patch) | |
tree | e8885481caec59101935060b1c8aff94fe8c5144 /www | |
parent | 69d28959d9d84a5a1d54e5dd859853cac3478240 (diff) | |
download | FreeBSD-ports-b5c24c7fba0da59c13b35a09b17454ab8154de5f.zip FreeBSD-ports-b5c24c7fba0da59c13b35a09b17454ab8154de5f.tar.gz |
- Fix conflicts by using POSTGRESQL_PORT
Diffstat (limited to 'www')
-rw-r--r-- | www/twig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/twig/Makefile b/www/twig/Makefile index 48d43ce..181ecd5 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 |