Don't quote BROKEN message

PR:		ports/99156
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
This commit is contained in:
Markus Brueffer 2006-06-21 11:24:27 +00:00
parent 2ac27965a9
commit 048927bf0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165908

View file

@ -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>