diff options
author | edwin <edwin@FreeBSD.org> | 2004-05-22 05:42:00 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-05-22 05:42:00 +0000 |
commit | 1e92860c22636d23bb7dba572b0ab1bfa4138128 (patch) | |
tree | 07f6a08fe4e7fcd24467a4ba14013f360585fbff /ftp/pure-ftpd | |
parent | 476b36ed8f040272ada680b41e34cf17c12e1a02 (diff) | |
download | FreeBSD-ports-1e92860c22636d23bb7dba572b0ab1bfa4138128.zip FreeBSD-ports-1e92860c22636d23bb7dba572b0ab1bfa4138128.tar.gz |
Let pure-ftpd with postgresql support only depend on the client,
not on the whole server.
Informed maintainer.
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 ee79257..a153ff4 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 |