aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2012-04-13 17:48:18 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2012-04-13 17:48:18 +0000
commit73b7a56b52bf3eb2c92dbc7deb25d2c88730edb9 (patch)
tree0dc1343fcbfa06397c691fa244ff896cdf09de67 /ftp
parent8450e61117279f5e982072915423398050d4ab42 (diff)
downloadports-73b7a56b52bf3eb2c92dbc7deb25d2c88730edb9.tar.gz
ports-73b7a56b52bf3eb2c92dbc7deb25d2c88730edb9.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/proftpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index b316fffad512..df703d265ed9 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= proftpd
PORTVERSION?= 1.3.4a
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= ftp
MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \
ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \
@@ -469,7 +469,7 @@ PLIST_SUB+= CTRLS="@comment "
.endif
.if defined(WITH_MEMCACHE) || defined(AUTOSELECT_MEMCACHE)
-LIB_DEPENDS+= memcached.9:${PORTSDIR}/databases/libmemcached
+LIB_DEPENDS+= memcached.10:${PORTSDIR}/databases/libmemcached
CONFIGURE_ARGS+= --enable-memcache
PLIST_SUB+= MOD_MEMCACHE=""
.else