aboutsummaryrefslogtreecommitdiff
path: root/databases/memcached12
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2012-12-10 15:10:02 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2012-12-10 15:10:02 +0000
commitdda3fab6a50d589e03e7af3d4a1d7e541b25dd1d (patch)
tree1711a4de2edde9b0137e76902f860ab891c4f0ac /databases/memcached12
parente879bf0e28bd8041b3bf436362433c7fc9f35a9c (diff)
downloadports-dda3fab6a50d589e03e7af3d4a1d7e541b25dd1d.tar.gz
ports-dda3fab6a50d589e03e7af3d4a1d7e541b25dd1d.zip
Notes
Diffstat (limited to 'databases/memcached12')
-rw-r--r--databases/memcached12/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/memcached12/Makefile b/databases/memcached12/Makefile
index 583b1b6ae7e3..120a49b88a28 100644
--- a/databases/memcached12/Makefile
+++ b/databases/memcached12/Makefile
@@ -7,7 +7,7 @@
PORTNAME= memcached
PORTVERSION= 1.2.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
${MASTER_SITE_GENTOO}
@@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --enable-replication --disable-threads
.endif
.if ${PORT_OPTIONS:MSASL}
-LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
CONFIGURE_ARGS+= --enable-sasl
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib