aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-05-22 01:49:09 +0800
committerkris <kris@FreeBSD.org>2005-05-22 01:49:09 +0800
commit6932974f71f3743931277f78f30ddb590a2d41a6 (patch)
tree8a4a187fe00874eafefce3274e4d0400a89310c3 /databases
parent132bccbb1a31ac21924c6c055ae715b0c30f4be2 (diff)
downloadfreebsd-ports-graphics-6932974f71f3743931277f78f30ddb590a2d41a6.tar.gz
freebsd-ports-graphics-6932974f71f3743931277f78f30ddb590a2d41a6.tar.zst
freebsd-ports-graphics-6932974f71f3743931277f78f30ddb590a2d41a6.zip
BROKEN on 4.x: Does not compile
Diffstat (limited to 'databases')
-rw-r--r--databases/libmemcache/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/libmemcache/Makefile b/databases/libmemcache/Makefile
index a96ebdf4d1e..79d2f645f40 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}