summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-01-25 03:11:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-01-25 03:11:46 +0000
commitfaf7db8383713c63e3799590f7e2b3933c15e979 (patch)
treec60fb6d415c757cf1bf60f18010d750211e6d54d /lang
parentFix pre-everything:: so it prints the right dvd drive. (diff)
BROKEN on 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=127261
Diffstat (limited to 'lang')
-rw-r--r--lang/ccscript/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile
index 40fed2ef69e0..3635a5549448 100644
--- a/lang/ccscript/Makefile
+++ b/lang/ccscript/Makefile
@@ -30,4 +30,9 @@ MAN3= ScriptCommand.3cc ScriptImage.3cc ScriptInterp.3cc \
ScriptModule.3cc ScriptSymbol.3cc Script_Locks.3cc \
Script_Package.3cc Script_Property.3cc Script_Session.3cc
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 503001
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+.include <bsd.port.post.mk>