From 27a8a1b85a55c3efb5e55563d78bc5f2cda779a0 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sat, 22 May 2004 05:42:00 +0000 Subject: Let pure-ftpd with postgresql support only depend on the client, not on the whole server. Informed maintainer. --- ftp/pure-ftpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftp') diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index ee7925762d87..a153ff49f059 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -52,7 +52,7 @@ CONFIGURE_ARGS+= --with-mysql # postgresql support requested? .if defined(WITH_PGSQL) -POSTGRESQL_PORT?= databases/postgresql7 +POSTGRESQL_PORT?= databases/postgresql-client LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} CONFIGURE_ARGS+= --with-pgsql .endif -- cgit v1.2.3