From 124ab7dda748e809f82a8072a9acf12f288fb745 Mon Sep 17 00:00:00 2001 From: seanc Date: Sat, 18 Jan 2003 22:50:06 +0000 Subject: 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] --- ftp/pure-ftpd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ftp/pure-ftpd') diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index 73e7cb2..fc7b5a9 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= pure-ftpd PORTVERSION= 1.0.13a +PORTREVISION= 1 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \ ftp://ftp2.fr.pureftpd.org/pub/mirrors/ftp.fr.pureftpd.org/pub/pure-ftpd/releases/ \ @@ -30,7 +31,8 @@ LIB_DEPENDS+= mysqlclient:${PORTSDIR}/databases/mysql323-client .endif .if defined(WITH_PGSQL) -LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql7 +POSTGRESQL_PORT?= databases/postgresql7 +LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} .endif GNU_CONFIGURE= yes -- cgit v1.1