diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-19 07:02:38 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-19 07:02:38 +0000 |
commit | a65a3cb84b73a218fd001117cbbc0e657651c1da (patch) | |
tree | df6e8dfd6e4c2f77b2b30c50ebc8e4cf515f0ebb /audio/festalon | |
parent | ddd585c900e1a38a1c95d690681bf6d72974fa72 (diff) | |
download | ports-a65a3cb84b73a218fd001117cbbc0e657651c1da.tar.gz ports-a65a3cb84b73a218fd001117cbbc0e657651c1da.zip |
Notes
Diffstat (limited to 'audio/festalon')
-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} == "" |