summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-05-22 05:42:00 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-05-22 05:42:00 +0000
commit27a8a1b85a55c3efb5e55563d78bc5f2cda779a0 (patch)
tree2135d45abc9a86f17d7deb165fbdef486a774a29 /ftp
parentWithout touching .nosearch, normal-top-level-add-subdirs-to-load-path (diff)
Let pure-ftpd with postgresql support only depend on the client,
not on the whole server. Informed maintainer.
Notes
Notes: svn path=/head/; revision=109679
Diffstat (limited to 'ftp')
-rw-r--r--ftp/pure-ftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
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