diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-03 17:29:26 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-03 17:29:26 +0000 |
commit | e0414bbbcf53c453aea9e833ea6ef35c49ed336d (patch) | |
tree | aada7c578d31af67ea6bcaf635d0dedc4ebe7615 /audio/tuneradio | |
parent | 7f68ba916a5a08a94486c55c16e9f5a0e867655a (diff) |
Notes
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> |