diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-18 22:50:06 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-18 22:50:06 +0000 |
commit | d9927d40f83d5f4988fb51190f879c5205572b19 (patch) | |
tree | f0699f193b418b41028148ec70931498ab8b7db8 /ftp/pure-ftpd | |
parent | 839643ce995fc6505c66e518079b1de303a6892e (diff) | |
download | ports-d9927d40f83d5f4988fb51190f879c5205572b19.tar.gz ports-d9927d40f83d5f4988fb51190f879c5205572b19.zip |
Notes
Diffstat (limited to 'ftp/pure-ftpd')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index 73e7cb2e74e8..fc7b5a9268da 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= pure-ftpd PORTVERSION= 1.0.13a +PORTREVISION= 1 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \ ftp://ftp2.fr.pureftpd.org/pub/mirrors/ftp.fr.pureftpd.org/pub/pure-ftpd/releases/ \ @@ -30,7 +31,8 @@ LIB_DEPENDS+= mysqlclient:${PORTSDIR}/databases/mysql323-client .endif .if defined(WITH_PGSQL) -LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql7 +POSTGRESQL_PORT?= databases/postgresql7 +LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} .endif GNU_CONFIGURE= yes |