diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-25 03:11:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-25 03:11:46 +0000 |
commit | faf7db8383713c63e3799590f7e2b3933c15e979 (patch) | |
tree | c60fb6d415c757cf1bf60f18010d750211e6d54d /lang/ccscript | |
parent | a696a2b7b558cbbdd13b4f8c8d0ceec15c5da8c8 (diff) | |
download | ports-faf7db8383713c63e3799590f7e2b3933c15e979.tar.gz ports-faf7db8383713c63e3799590f7e2b3933c15e979.zip |
Notes
Diffstat (limited to 'lang/ccscript')
-rw-r--r-- | lang/ccscript/Makefile | 7 |
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> |