diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-09 22:49:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-09 22:49:25 +0000 |
commit | f1c1f3494db873b89ee50457fa934a8cf7f4968c (patch) | |
tree | 43be14c50b705e261d4d6ab14235cf0e02c01727 /audio/tuneradio | |
parent | 7bbf670f111421c502a1c626140dd042a2c582f7 (diff) | |
download | ports-f1c1f3494db873b89ee50457fa934a8cf7f4968c.tar.gz ports-f1c1f3494db873b89ee50457fa934a8cf7f4968c.zip |
Notes
Diffstat (limited to 'audio/tuneradio')
-rw-r--r-- | audio/tuneradio/Makefile | 8 |
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> |