aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-10-09 06:05:55 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-10-09 06:05:55 +0000
commit568170a075f27619ae9f87529688aed3e2ccf320 (patch)
tree898b91e11ebca0a784369b14d20571c1603d3e08 /devel
parente3816eab8d4bc34db15d67ae3ddbd36f59b910c5 (diff)
downloadports-568170a075f27619ae9f87529688aed3e2ccf320.tar.gz
ports-568170a075f27619ae9f87529688aed3e2ccf320.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/lwp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile
index 8656f5913cee..95715029c30a 100644
--- a/devel/lwp/Makefile
+++ b/devel/lwp/Makefile
@@ -22,4 +22,10 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_LDCONFIG= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile on 4.x
+.endif
+
+.include <bsd.port.post.mk>