BROKEN on 4.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-05-21 05:43:28 +00:00
parent 6b7cc8822d
commit ea253ea767

View File

@ -17,4 +17,10 @@ GNU_CONFIGURE= yes
MAN1= throttle.1
PLIST_FILES= bin/throttle
.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>