diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-04 01:29:26 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-04 01:29:26 +0800 |
commit | d40731e8eb0014f715f816ed4b63ecb20aff9abb (patch) | |
tree | 5701214e1870c88d2b11cbac8356e3f841474fad /audio/tuneradio | |
parent | 37e31e23c9ad05d644b59221358a379a1784c375 (diff) | |
download | freebsd-ports-gnome-d40731e8eb0014f715f816ed4b63ecb20aff9abb.tar.gz freebsd-ports-gnome-d40731e8eb0014f715f816ed4b63ecb20aff9abb.tar.zst freebsd-ports-gnome-d40731e8eb0014f715f816ed4b63ecb20aff9abb.zip |
portlint
PR: ports/99152
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Approved by: maintainer timeout
Diffstat (limited to 'audio/tuneradio')
-rw-r--r-- | audio/tuneradio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/tuneradio/Makefile b/audio/tuneradio/Makefile index 7d2994feb21b..85a4fabcd63b 100644 --- a/audio/tuneradio/Makefile +++ b/audio/tuneradio/Makefile @@ -16,7 +16,7 @@ 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" +BROKEN= Does not compile on alpha 4.x .endif .include <bsd.port.post.mk> |