diff options
author | erwin <erwin@FreeBSD.org> | 2010-04-19 02:14:03 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-04-19 02:14:03 +0800 |
commit | 285c9110852efc49c57d7c61e9c7959682286662 (patch) | |
tree | 6064b08af853f2752ded86a699643155560102f4 /sysutils/rsyslog3 | |
parent | c5a1f1d34ce0157a0e50281a7db6904ab86daee3 (diff) | |
download | freebsd-ports-gnome-285c9110852efc49c57d7c61e9c7959682286662.tar.gz freebsd-ports-gnome-285c9110852efc49c57d7c61e9c7959682286662.tar.zst freebsd-ports-gnome-285c9110852efc49c57d7c61e9c7959682286662.zip |
Mark bROKEN on 9.x: does not build
Diffstat (limited to 'sysutils/rsyslog3')
-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> |