aboutsummaryrefslogtreecommitdiffstats
path: root/devel/log4c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/log4c/Makefile')
-rw-r--r--devel/log4c/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/devel/log4c/Makefile b/devel/log4c/Makefile
index 15b5f86cfc8c..49a3be16a393 100644
--- a/devel/log4c/Makefile
+++ b/devel/log4c/Makefile
@@ -7,16 +7,22 @@
#
PORTNAME= log4c
-PORTVERSION= 1.0.12
+PORTVERSION= 1.1.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= laszlof@vonostingroup.com
COMMENT= Logging for C Library
USE_AUTOTOOLS= libtool:15
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>