diff options
author | cy <cy@FreeBSD.org> | 2012-05-10 14:10:52 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2012-05-10 14:10:52 +0800 |
commit | 4c20161c3c2bddc9f13ab8fa298ce97c20955455 (patch) | |
tree | 3767286f5a3d0226305090c2492ae323dd1c6921 | |
parent | cc741c2c20ef7ade12325faf65fb8610edd466fd (diff) | |
download | freebsd-ports-gnome-4c20161c3c2bddc9f13ab8fa298ce97c20955455.tar.gz freebsd-ports-gnome-4c20161c3c2bddc9f13ab8fa298ce97c20955455.tar.zst freebsd-ports-gnome-4c20161c3c2bddc9f13ab8fa298ce97c20955455.zip |
Mark broken under 7.X for now, umberlog.3 fails to install.
-rw-r--r-- | sysutils/libumberlog/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/libumberlog/Makefile b/sysutils/libumberlog/Makefile index 1853fd62e3d7..6d1e34499db0 100644 --- a/sysutils/libumberlog/Makefile +++ b/sysutils/libumberlog/Makefile @@ -13,6 +13,10 @@ MASTER_SITES= http://cloud.github.com/downloads/algernon/libumberlog/ MAINTAINER= cy@FreeBSD.org COMMENT= CEE-enhanced syslog API +.if ${OSVERSION} < 800000 +BROKEN= Fails to install umberlog.3 under 7.X. +.endif + GNU_CONFIGURE= yes USE_LDCONFIG= yes |