aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-05-25 21:14:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-05-25 21:14:44 +0000
commit3380480d7e42b39687c697c132574bc44f115002 (patch)
tree4ace3c34d6da75bde94e0e25b05ddcdc7904140d /net-mgmt
parentc2995fef8e42bac802a9d8052863c101a036a925 (diff)
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/xymon-server/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/xymon-server/Makefile b/net-mgmt/xymon-server/Makefile
index 30a0997ad44d..92f49126a7b2 100644
--- a/net-mgmt/xymon-server/Makefile
+++ b/net-mgmt/xymon-server/Makefile
@@ -67,6 +67,12 @@ MAKE_ENV+= WITH_LDAP=1
USE_OPENLDAP= yes
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not compile on 6.X
+.endif
+
# Configure script is interactive
do-configure:
${CP} ${FILESDIR}/Makefile ${WRKSRC}/
@@ -86,4 +92,4 @@ post-install:
${WWWDIR}/server/etc/${i}
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>