aboutsummaryrefslogtreecommitdiff
path: root/audio/tuneradio
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-09 22:49:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-09 22:49:25 +0000
commitf1c1f3494db873b89ee50457fa934a8cf7f4968c (patch)
tree43be14c50b705e261d4d6ab14235cf0e02c01727 /audio/tuneradio
parent7bbf670f111421c502a1c626140dd042a2c582f7 (diff)
downloadports-f1c1f3494db873b89ee50457fa934a8cf7f4968c.tar.gz
ports-f1c1f3494db873b89ee50457fa934a8cf7f4968c.zip
BROKEN on alpha 4.x: Does not compile
Notes
Notes: svn path=/head/; revision=103473
Diffstat (limited to 'audio/tuneradio')
-rw-r--r--audio/tuneradio/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/tuneradio/Makefile b/audio/tuneradio/Makefile
index 16d0d0a68439..7d2994feb21b 100644
--- a/audio/tuneradio/Makefile
+++ b/audio/tuneradio/Makefile
@@ -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>