BROKEN on alpha 4.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-03-09 22:49:25 +00:00
parent 7bbf670f11
commit f1c1f3494d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103473

View File

@ -13,4 +13,10 @@ MASTER_SITES= http://www.lns.com/papers/tuneradio/
MAINTAINER= pozar@lns.com
COMMENT= A command line method of tuning a Brooktree FM tuner card
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
BROKEN= "Does not compile on alpha 4.x"
.endif
.include <bsd.port.post.mk>