diff options
author | edwin <edwin@FreeBSD.org> | 2007-04-16 12:09:52 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-04-16 12:09:52 +0800 |
commit | 6cbaa5cc3eedc9a67284beab3979c891e6f5c299 (patch) | |
tree | 21e0a249d05a42c2137760c18fd081dbdbf3ef9a /audio | |
parent | d9dfd31ff8e5e988b53cb9cf7f19ed9430d4b621 (diff) | |
download | freebsd-ports-gnome-6cbaa5cc3eedc9a67284beab3979c891e6f5c299.tar.gz freebsd-ports-gnome-6cbaa5cc3eedc9a67284beab3979c891e6f5c299.tar.zst freebsd-ports-gnome-6cbaa5cc3eedc9a67284beab3979c891e6f5c299.zip |
[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>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tuneradio/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/tuneradio/Makefile b/audio/tuneradio/Makefile index 85a4fabcd63b..16d0d0a68439 100644 --- a/audio/tuneradio/Makefile +++ b/audio/tuneradio/Makefile @@ -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> |