diff options
author | swills <swills@FreeBSD.org> | 2011-10-19 23:46:04 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-10-19 23:46:04 +0800 |
commit | 225af2138ef5da07dc94063c1e1f2bc18fa6575c (patch) | |
tree | 22fe83033236b047e760126eadb8b27000e7f4c9 /databases/memcached | |
parent | 554b72c962f0249934fd49d27db1f5a20102ac89 (diff) | |
download | freebsd-ports-gnome-225af2138ef5da07dc94063c1e1f2bc18fa6575c.tar.gz freebsd-ports-gnome-225af2138ef5da07dc94063c1e1f2bc18fa6575c.tar.zst freebsd-ports-gnome-225af2138ef5da07dc94063c1e1f2bc18fa6575c.zip |
- Try to warn users about the (hopefully temporary) lack of repcached
support
Diffstat (limited to 'databases/memcached')
-rw-r--r-- | databases/memcached/Makefile | 4 |
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 |