From aed47063bc009d2c56b1390b51e7ba263608bdac Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Sun, 8 Nov 2009 19:42:13 +0000 Subject: [PATCH] Mark BROKEN on 8.x: does not link. --- databases/memcached/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile index 7db915801b02..42bae24ba452 100644 --- a/databases/memcached/Makefile +++ b/databases/memcached/Makefile @@ -32,6 +32,10 @@ PORTDOCS= memory_management.txt protocol.txt .include +.if ${OSVERSION} >= 800000 +BROKEN= does not link +.endif + .if defined(WITH_REPCACHED) # WWW: http://repcached.lab.klab.org/ BROKEN= Waiting a new release for this patch.