aboutsummaryrefslogtreecommitdiff
path: root/sysutils/crate
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-08-08 21:47:14 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-08-08 21:47:14 +0000
commit8bc69e0820b7c6c93c6504da467a5660a5378d91 (patch)
tree3d8d7a3ff9fe2b3d18ee68dea38d953b660c2479 /sysutils/crate
parent016688e922bd72889d587a2a90849f7aff1a6493 (diff)
downloadports-8bc69e0820b7c6c93c6504da467a5660a5378d91.tar.gz
ports-8bc69e0820b7c6c93c6504da467a5660a5378d91.zip
sysutils/crate: Fix the accidentally changed BROKEN statement.
Reported by: adamw
Notes
Notes: svn path=/head/; revision=508409
Diffstat (limited to 'sysutils/crate')
-rw-r--r--sysutils/crate/Makefile2
1 files changed, 1 insertions, 1 deletions
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