diff options
author | pav <pav@FreeBSD.org> | 2012-05-29 04:42:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-05-29 04:42:47 +0800 |
commit | 1932ca3e3f0028970d00f8b92981ef226498550b (patch) | |
tree | 50c1330733f43dac90161a97f8a0dd1131b4dc15 | |
parent | b9d1f956b9492973473582081051a9bf2bff3202 (diff) | |
download | freebsd-ports-gnome-1932ca3e3f0028970d00f8b92981ef226498550b.tar.gz freebsd-ports-gnome-1932ca3e3f0028970d00f8b92981ef226498550b.tar.zst freebsd-ports-gnome-1932ca3e3f0028970d00f8b92981ef226498550b.zip |
- Broken everywhere
Reported by: pointyhat
-rw-r--r-- | sysutils/libumberlog/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/libumberlog/Makefile b/sysutils/libumberlog/Makefile index 727b5e11935d..fb8186abfa08 100644 --- a/sysutils/libumberlog/Makefile +++ b/sysutils/libumberlog/Makefile @@ -13,10 +13,7 @@ MASTER_SITES= http://cloud.github.com/downloads/algernon/libumberlog/ MAINTAINER= cy@FreeBSD.org COMMENT= CEE-enhanced syslog API -.include <bsd.port.pre.mk> -.if ${OSVERSION} < 800000 -BROKEN= Fails to install umberlog.3 under 7.X. -.endif +BROKEN= fails to install umberlog.3 GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -27,4 +24,4 @@ MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" MAN3= umberlog.3 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |