aboutsummaryrefslogtreecommitdiff
path: root/databases/libmemcache/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/libmemcache/Makefile')
-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}