aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-07-06 17:41:23 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-07-06 17:41:23 +0000
commit26d33e9388ed49b2d1c682c076896f04aaf45fe0 (patch)
treeecb24e727ceae8537e59d0e75c1d2b8e2f7ca1cf /ftp
parent5396181e478657af59fb7dabc5a2e90f259bf0d0 (diff)
downloadports-26d33e9388ed49b2d1c682c076896f04aaf45fe0.tar.gz
ports-26d33e9388ed49b2d1c682c076896f04aaf45fe0.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/moftpd/Makefile4
-rw-r--r--ftp/wzdftpd/Makefile3
2 files changed, 4 insertions, 3 deletions
diff --git a/ftp/moftpd/Makefile b/ftp/moftpd/Makefile
index 41518c84be28..99c89875aee0 100644
--- a/ftp/moftpd/Makefile
+++ b/ftp/moftpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= moftpd
PORTVERSION= 1.2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.morth.org/moftpd/ \
${MASTER_SITE_LOCAL}
@@ -31,7 +31,7 @@ RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}
CONFIGURE_ARGS+= --without-tls
.elif defined(WITH_GNUTLS)
CONFIGURE_ARGS+= --without-openssl
-LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
LIBS= -L${LOCALBASE}/lib -lgnutls
CFLAGS+= -I${LOCALBASE}/include
.else
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile
index edbd7eb17e78..68513599df1e 100644
--- a/ftp/wzdftpd/Makefile
+++ b/ftp/wzdftpd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= wzdftpd
PORTVERSION= 0.7.2
+PORTREVISION= 1
CATEGORIES= ftp ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -66,7 +67,7 @@ CONFIGURE_ARGS+= --disable-openssl
.endif
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --disable-gnutls
.endif