aboutsummaryrefslogtreecommitdiff
path: root/devel/gearmand
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2012-02-02 20:35:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2012-02-02 20:35:22 +0000
commit4d91efe41b55cb9ba0908d32615721b56b920d61 (patch)
treefa859c41672cb15dda759a8284a3207a37620bee /devel/gearmand
parente3fc91ce80c661ca567b3693b68abef66a711b31 (diff)
Notes
Diffstat (limited to 'devel/gearmand')
-rw-r--r--devel/gearmand/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/gearmand/Makefile b/devel/gearmand/Makefile
index 824662cbc97d..b6f4fb146195 100644
--- a/devel/gearmand/Makefile
+++ b/devel/gearmand/Makefile
@@ -191,6 +191,10 @@ MAN8= gearmand.8
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 800000
+BROKEN= does not compile on FreeBSD 7.X
+.endif
+
# This hack is required for the test programs invoked by configure,
# in the event that libmemcached was compiled with SASL support.
.if exists(${LOCALBASE}/lib/libsasl.so)