diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-02-02 20:35:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-02-02 20:35:22 +0000 |
commit | 4d91efe41b55cb9ba0908d32615721b56b920d61 (patch) | |
tree | fa859c41672cb15dda759a8284a3207a37620bee /devel/gearmand | |
parent | e3fc91ce80c661ca567b3693b68abef66a711b31 (diff) |
Notes
Diffstat (limited to 'devel/gearmand')
-rw-r--r-- | devel/gearmand/Makefile | 4 |
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) |