summaryrefslogtreecommitdiff
path: root/devel/log4c
diff options
context:
space:
mode:
authorFrank J. Laszlo <laszlof@FreeBSD.org>2007-07-03 14:05:05 +0000
committerFrank J. Laszlo <laszlof@FreeBSD.org>2007-07-03 14:05:05 +0000
commiteaea82c2b00d8440493ec0026f9273a2621786a3 (patch)
tree7e9ecdcd463935dce27ad0a258545a9e78461210 /devel/log4c
parentDon't automatically search for the src rpm when running on pointyhat. [1] (diff)
Remove FreeBSD 4.x support
PR: ports/111855 Submitted by: Marcelo Araujo <araujo@bsdmail.org>
Notes
Notes: svn path=/head/; revision=194790
Diffstat (limited to 'devel/log4c')
-rw-r--r--devel/log4c/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/log4c/Makefile b/devel/log4c/Makefile
index a33f04884cda..759f339d32fe 100644
--- a/devel/log4c/Makefile
+++ b/devel/log4c/Makefile
@@ -19,12 +19,6 @@ COMMENT= Logging for C Library
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= "Does not compile"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>