diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-06-19 15:02:38 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-06-19 15:02:38 +0800 |
commit | 06562c718c2dcb58003d886d1f858623d1cc40bc (patch) | |
tree | a99c104c80eda9bd67c8c818ba3d10b36b2ed395 /audio | |
parent | 56367577cb855df0ead5b697a908c757514b66ae (diff) | |
download | freebsd-ports-gnome-06562c718c2dcb58003d886d1f858623d1cc40bc.tar.gz freebsd-ports-gnome-06562c718c2dcb58003d886d1f858623d1cc40bc.tar.zst freebsd-ports-gnome-06562c718c2dcb58003d886d1f858623d1cc40bc.zip |
Unquote BROKEN
PR: 99154
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Diffstat (limited to 'audio')
-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} == "" |