diff options
author | Cy Schubert <cy@FreeBSD.org> | 2012-05-10 15:57:50 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2012-05-10 15:57:50 +0000 |
commit | 590daa9363dbc79af35c79a7d423f425a903bbde (patch) | |
tree | 4ae4e49f2e533b3091c2807d6afd9131653be0d3 | |
parent | b585ebc34b1b678c83ee0ce0a76706b8c4c52fb1 (diff) |
Notes
-rw-r--r-- | sysutils/libumberlog/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/libumberlog/Makefile b/sysutils/libumberlog/Makefile index 6d1e34499db0..727b5e11935d 100644 --- a/sysutils/libumberlog/Makefile +++ b/sysutils/libumberlog/Makefile @@ -13,6 +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 @@ -26,4 +27,4 @@ MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" MAN3= umberlog.3 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |