Remove the "#" at the beginning of the BROKEN= line. *blush*

Submitted by:	jedgar
This commit is contained in:
Alexander Langer 2001-03-23 16:08:52 +00:00
parent 63522304e0
commit f766e222e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40276

View file

@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR}/truncate
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 420000
#BROKEN= "truncate(1) is in the base-system"
BROKEN= "truncate(1) is in the base-system"
.endif
.include <bsd.port.post.mk>