aboutsummaryrefslogtreecommitdiff
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
parent38a189791921a93b004198c36f09adc26bdd1e5e (diff)
downloadports-27a8a1b85a55c3efb5e55563d78bc5f2cda779a0.tar.gz
ports-27a8a1b85a55c3efb5e55563d78bc5f2cda779a0.zip
Notes
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