diff options
author | yuri <yuri@FreeBSD.org> | 2019-08-09 05:47:14 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-08-09 05:47:14 +0800 |
commit | 34555be197b90e9b3624edc14fa45f91f0a7de41 (patch) | |
tree | 3d8d7a3ff9fe2b3d18ee68dea38d953b660c2479 /sysutils | |
parent | 80cc996346ac9521321ed5000a054747942e271b (diff) | |
download | freebsd-ports-gnome-34555be197b90e9b3624edc14fa45f91f0a7de41.tar.gz freebsd-ports-gnome-34555be197b90e9b3624edc14fa45f91f0a7de41.tar.zst freebsd-ports-gnome-34555be197b90e9b3624edc14fa45f91f0a7de41.zip |
sysutils/crate: Fix the accidentally changed BROKEN statement.
Reported by: adamw
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/crate/Makefile | 2 |
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 |