diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-05-22 05:42:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-05-22 05:42:00 +0000 |
commit | 27a8a1b85a55c3efb5e55563d78bc5f2cda779a0 (patch) | |
tree | 2135d45abc9a86f17d7deb165fbdef486a774a29 /ftp/pure-ftpd | |
parent | 38a189791921a93b004198c36f09adc26bdd1e5e (diff) | |
download | ports-27a8a1b85a55c3efb5e55563d78bc5f2cda779a0.tar.gz ports-27a8a1b85a55c3efb5e55563d78bc5f2cda779a0.zip |
Notes
Diffstat (limited to 'ftp/pure-ftpd')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 2 |
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 |