diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-05-28 20:42:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-05-28 20:42:47 +0000 |
commit | c5f61254b84162b337062a2fd4c18ab48b331af0 (patch) | |
tree | 43b629d1175e869df5813db0a467fb1491ee4df7 /sysutils/libumberlog | |
parent | 1377827d69f646d54303f19997786b1222e307c6 (diff) |
Notes
Diffstat (limited to 'sysutils/libumberlog')
-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> |