diff options
author | seanc <seanc@FreeBSD.org> | 2003-01-04 23:53:39 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-01-04 23:53:39 +0800 |
commit | 7a4235bd87966a4520aa5d2fd21abe0a5207c0d6 (patch) | |
tree | fd0f8a3c3c97bdaf70a19f3c37d60eb594efca77 /www | |
parent | 880560345484112b8efb832f54fd47105704bc7e (diff) | |
download | freebsd-ports-gnome-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.tar.gz freebsd-ports-gnome-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.tar.zst freebsd-ports-gnome-7a4235bd87966a4520aa5d2fd21abe0a5207c0d6.zip |
Chase libpq version bump.
Diffstat (limited to 'www')
-rw-r--r-- | www/mnogosearch/Makefile | 3 | ||||
-rw-r--r-- | www/mnogosearch31/Makefile | 3 | ||||
-rw-r--r-- | www/twig/Makefile | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile index 0757baeb60d1..6b9760f6eea8 100644 --- a/www/mnogosearch/Makefile +++ b/www/mnogosearch/Makefile @@ -42,7 +42,8 @@ CONFIGURE_ARGS+= --enable-charset-guesser .endif .if defined(WITH_MNOGO_PGSQL) -LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 +POSTGRESQL_PORT?= databases/postgresql7 +LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE} .elif defined(WITH_MNOGO_MSQL) diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile index 0757baeb60d1..6b9760f6eea8 100644 --- a/www/mnogosearch31/Makefile +++ b/www/mnogosearch31/Makefile @@ -42,7 +42,8 @@ CONFIGURE_ARGS+= --enable-charset-guesser .endif .if defined(WITH_MNOGO_PGSQL) -LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 +POSTGRESQL_PORT?= databases/postgresql7 +LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE} .elif defined(WITH_MNOGO_MSQL) 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 |