aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-10-19 23:46:04 +0800
committerSteve Wills <swills@FreeBSD.org>2011-10-19 23:46:04 +0800
commit4e19358e641462da84e9ec82f08f4fe88737ba3d (patch)
treec3e6d6df6a387fb6afa07c93e7b94d44c2740fb3
parent0b4b755417edcdd759d96c5b0eff311ba9ea4432 (diff)
downloadfreebsd-ports-gnome-4e19358e641462da84e9ec82f08f4fe88737ba3d.tar.gz
freebsd-ports-gnome-4e19358e641462da84e9ec82f08f4fe88737ba3d.tar.zst
freebsd-ports-gnome-4e19358e641462da84e9ec82f08f4fe88737ba3d.zip
- Try to warn users about the (hopefully temporary) lack of repcached
support
-rw-r--r--databases/memcached/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile
index 8ecc4f2fbb1e..fa94360028c9 100644
--- a/databases/memcached/Makefile
+++ b/databases/memcached/Makefile
@@ -41,6 +41,10 @@ PORTDOCS= protocol.txt readme.txt
CFLAGS+= -fstack-protector
.endif
+.if defined(WITH_REPCACHED)
+IGNORE= Repcached support removed
+.endif
+
.if defined(WITH_SASL) && !defined(WITHOUT_SASL)
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
CONFIGURE_ARGS+= --enable-sasl