diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-04-18 18:14:03 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-04-18 18:14:03 +0000 |
commit | 53685ca0bbf0807830b708194a998a68f56beafb (patch) | |
tree | f5ea6979028f4ed486638234fce6a782801c5bed /sysutils/rsyslog3/Makefile | |
parent | 28f234804ce1bc5a3661dddec1d07fba936c9051 (diff) | |
download | ports-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/rsyslog3/Makefile')
-rw-r--r-- | sysutils/rsyslog3/Makefile | 8 |
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> |