[patch] audio/tuneradio - cleanup non-supported FreeBSD versions

PR:		ports/111692
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	Tim Pozar <pozar@lns.com>
This commit is contained in:
Edwin Groothuis 2007-04-16 04:09:52 +00:00
parent dd184e992e
commit 48d16890cf

View file

@ -13,10 +13,4 @@ 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.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
BROKEN= Does not compile on alpha 4.x
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>