aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-04-18 18:14:03 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-04-18 18:14:03 +0000
commit53685ca0bbf0807830b708194a998a68f56beafb (patch)
treef5ea6979028f4ed486638234fce6a782801c5bed /sysutils
parent28f234804ce1bc5a3661dddec1d07fba936c9051 (diff)
downloadports-53685ca0bbf0807830b708194a998a68f56beafb.tar.gz
ports-53685ca0bbf0807830b708194a998a68f56beafb.zip
Mark bROKEN on 9.x: does not build
Notes
Notes: svn path=/head/; revision=252876
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/rsyslog3/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/rsyslog3/Makefile b/sysutils/rsyslog3/Makefile
index 279a0c49f234..c11c60094918 100644
--- a/sysutils/rsyslog3/Makefile
+++ b/sysutils/rsyslog3/Makefile
@@ -43,4 +43,10 @@ post-install:
@${CAT} ${PKGMESSAGE}
.include "${.CURDIR}/bsd.rsyslog.mk"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900007
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>