diff options
-rw-r--r-- | audio/festalon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/festalon/Makefile b/audio/festalon/Makefile index fb2521772ee0..0434f9dca2fa 100644 --- a/audio/festalon/Makefile +++ b/audio/festalon/Makefile @@ -28,7 +28,7 @@ ONLY_FOR_ARCHS= i386 ppc .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" +BROKEN= Does not compile on FreeBSD 4.x .endif .if ${PKGNAMEPREFIX} == "" |