diff options
author | seanc <seanc@FreeBSD.org> | 2003-01-19 06:50:06 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-01-19 06:50:06 +0800 |
commit | 124ab7dda748e809f82a8072a9acf12f288fb745 (patch) | |
tree | 92989088209a18169ed2eeb5b01ad91d013e7002 /www/udmsearch | |
parent | 864635ab1b7b6c2d573d321e715fa57489ddbe6d (diff) | |
download | freebsd-ports-gnome-124ab7dda748e809f82a8072a9acf12f288fb745.tar.gz freebsd-ports-gnome-124ab7dda748e809f82a8072a9acf12f288fb745.tar.zst freebsd-ports-gnome-124ab7dda748e809f82a8072a9acf12f288fb745.zip |
Bump libpq version[1] and PORTREVISION. Add POSTGRESQL_PORT tunable.
This should be the last of the PostgreSQL updates and everything should
support the POSTGRESQL_PORT tunable.
Submitted by: kris/bento[1]
Diffstat (limited to 'www/udmsearch')
-rw-r--r-- | www/udmsearch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/udmsearch/Makefile b/www/udmsearch/Makefile index 0434c90e78c3..b76d31cdf681 100644 --- a/www/udmsearch/Makefile +++ b/www/udmsearch/Makefile @@ -7,6 +7,7 @@ PORTNAME= udmsearch PORTVERSION= 3.0.23 +PORTREVISION= 1 CATEGORIES= www databases MASTER_SITES= http://mysearch.udm.net/Download/ \ ftp://ftp.izhcom.ru/pub/unix/UdmSearch/ \ @@ -25,7 +26,8 @@ CONFIGURE_ARGS= --enable-charset-guesser \ --localstatedir=/var/udmsearch .if defined(WITH_PGSQL) -LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 +POSTGRESQL_PORT?= databases/postgresql7 +LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE}/pgsql .elif defined(WITH_MSQL) |