From 34555be197b90e9b3624edc14fa45f91f0a7de41 Mon Sep 17 00:00:00 2001 From: yuri Date: Thu, 8 Aug 2019 21:47:14 +0000 Subject: sysutils/crate: Fix the accidentally changed BROKEN statement. Reported by: adamw --- sysutils/crate/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/crate/Makefile b/sysutils/crate/Makefile index e21922a40716..3c875de61e51 100644 --- a/sysutils/crate/Makefile +++ b/sysutils/crate/Makefile @@ -10,7 +10,7 @@ COMMENT= Containerizer for FreeBSD (alpha-software, expect bugs) LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -xBROKEN_FreeBSD_11= STL feature 'filesystem' isn't available on 11 +BROKEN_FreeBSD_11= STL feature 'filesystem' isn't available on 11 .if defined(PACKAGE_BUILDING) BROKEN_FreeBSD_12= STL feature 'filesystem' isn't available in 12.0-RELEASE-p7 .endif -- cgit