diff options
-rw-r--r-- | sysutils/truncate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/truncate/Makefile b/sysutils/truncate/Makefile index 3d0bce2fd03d..5c980df91376 100644 --- a/sysutils/truncate/Makefile +++ b/sysutils/truncate/Makefile @@ -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> |