aboutsummaryrefslogtreecommitdiff
path: root/ftp/moftpd
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2009-08-16 18:04:40 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2009-08-16 18:04:40 +0000
commitf32c11d872ea222db4b9c33da363f2a8098194e1 (patch)
treeb1caddc6f61d87da0f97b4f1e91b311c70bf3f97 /ftp/moftpd
parent89dbb0c8e2caff37277d7ad2e3b13666c62b13df (diff)
downloadports-f32c11d872ea222db4b9c33da363f2a8098194e1.tar.gz
ports-f32c11d872ea222db4b9c33da363f2a8098194e1.zip
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
Notes
Notes: svn path=/head/; revision=239670
Diffstat (limited to 'ftp/moftpd')
-rw-r--r--ftp/moftpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/moftpd/Makefile b/ftp/moftpd/Makefile
index d84004f6c797..bb13f7c3dcb9 100644
--- a/ftp/moftpd/Makefile
+++ b/ftp/moftpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= moftpd
PORTVERSION= 1.2.3
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.morth.org/moftpd/ \
${MASTER_SITE_LOCAL}
@@ -30,7 +30,7 @@ LIBS+= -lcrypt
CONFIGURE_ARGS+= --without-tls
.elif defined(WITH_GNUTLS)
CONFIGURE_ARGS+= --without-openssl
-LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
LIBS= -L${LOCALBASE}/lib -lgnutls
CFLAGS+= -I${LOCALBASE}/include
.else