diff options
author | markus <markus@FreeBSD.org> | 2006-06-21 19:24:27 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2006-06-21 19:24:27 +0800 |
commit | ba4ab54b36b49a1b6ebf042534e889f514595f84 (patch) | |
tree | 82e1df909854af76907fd32052498a2f177dc1b7 /audio | |
parent | b4d2a0d31b3379419cdfa4f53c9ab3c42f8a8e40 (diff) | |
download | freebsd-ports-gnome-ba4ab54b36b49a1b6ebf042534e889f514595f84.tar.gz freebsd-ports-gnome-ba4ab54b36b49a1b6ebf042534e889f514595f84.tar.zst freebsd-ports-gnome-ba4ab54b36b49a1b6ebf042534e889f514595f84.zip |
Don't quote BROKEN message
PR: ports/99156
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/k3bmonkeyaudioplugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/k3bmonkeyaudioplugin/Makefile b/audio/k3bmonkeyaudioplugin/Makefile index 18bffcb00031..7a6ba39b751c 100644 --- a/audio/k3bmonkeyaudioplugin/Makefile +++ b/audio/k3bmonkeyaudioplugin/Makefile @@ -30,7 +30,7 @@ post-patch: .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 .include <bsd.port.post.mk> |