diff options
-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> |