aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2012-04-14 00:46:38 +0800
committerjgh <jgh@FreeBSD.org>2012-04-14 00:46:38 +0800
commit6e80b0f782859c7193e97050bb87d8c2a4b7d48b (patch)
tree6e3c216b4ea07f879e0bdc2cf780d98d0f446c1c
parent58eca093baddc2cc342b7c4299d08d2146a613d8 (diff)
downloadfreebsd-ports-gnome-6e80b0f782859c7193e97050bb87d8c2a4b7d48b.tar.gz
freebsd-ports-gnome-6e80b0f782859c7193e97050bb87d8c2a4b7d48b.tar.zst
freebsd-ports-gnome-6e80b0f782859c7193e97050bb87d8c2a4b7d48b.zip
- chase libmemcached shared library bump 8=>9
Approved by: maintainer (implicit)
-rw-r--r--ftp/proftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index 729befd45efe..b316fffad512 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -469,7 +469,7 @@ PLIST_SUB+= CTRLS="@comment "
.endif
.if defined(WITH_MEMCACHE) || defined(AUTOSELECT_MEMCACHE)
-LIB_DEPENDS+= memcached.8:${PORTSDIR}/databases/libmemcached
+LIB_DEPENDS+= memcached.9:${PORTSDIR}/databases/libmemcached
CONFIGURE_ARGS+= --enable-memcache
PLIST_SUB+= MOD_MEMCACHE=""
.else