aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2006-06-21 19:24:27 +0800
committerMarkus Brueffer <markus@FreeBSD.org>2006-06-21 19:24:27 +0800
commit048927bf0e47693481b247e7c7cbd7771a8cc231 (patch)
tree3e1556e06b40b54a759fff9265ba688e76032761 /audio
parent2ac27965a9f3a5a8c7f66fec00aba8506c59f98c (diff)
downloadfreebsd-ports-048927bf0e47693481b247e7c7cbd7771a8cc231.tar.gz
freebsd-ports-048927bf0e47693481b247e7c7cbd7771a8cc231.tar.zst
freebsd-ports-048927bf0e47693481b247e7c7cbd7771a8cc231.zip
Don't quote BROKEN message
PR: ports/99156 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Notes
Notes: svn path=/head/; revision=165908
Diffstat (limited to 'audio')
-rw-r--r--audio/k3bmonkeyaudioplugin/Makefile2
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>