1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

BROKEN on 5.x: Does not compile

This commit is contained in:
Kris Kennaway 2005-01-25 03:11:46 +00:00
parent a696a2b7b5
commit faf7db8383
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127261

View File

@ -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>