summaryrefslogtreecommitdiff
path: root/databases/libmemcache
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-05-21 17:49:09 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-05-21 17:49:09 +0000
commit0e5b0c30b43047c92d13d67462c48ab98ef821d3 (patch)
tree1fe9e2b0f94eb9fd388eeb93d3fae1aeb338887d /databases/libmemcache
parentExtend nasty -fPIC hack from amd64 to "fix" ia64 build (diff)
BROKEN on 4.x: Does not compile
Notes
Notes: svn path=/head/; revision=135796
Diffstat (limited to 'databases/libmemcache')
-rw-r--r--databases/libmemcache/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/libmemcache/Makefile b/databases/libmemcache/Makefile
index a96ebdf4d1e8..79d2f645f404 100644
--- a/databases/libmemcache/Makefile
+++ b/databases/libmemcache/Makefile
@@ -26,6 +26,10 @@ OPTIONS= DEBUG "Build with debugging turned on" off
PMKARGS= -e debug
.endif
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on FreeBSD 4.x"
+.endif
+
do-configure:
cd ${WRKSRC}; ${LOCALBASE}/bin/pmk ${PMKARGS}