diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-27 13:22:45 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-27 13:22:45 +0000 |
commit | 37ebeda814be4b3259ea8eb2790e45dc19af3091 (patch) | |
tree | 8c1d75d2f303788385891a71a1f1b4ecd20d1ed7 | |
parent | e8566e6bd164b685d64f659b82c9b7672a6c4bec (diff) | |
download | ports-37ebeda814be4b3259ea8eb2790e45dc19af3091.tar.gz ports-37ebeda814be4b3259ea8eb2790e45dc19af3091.zip |
editors/biew: remove unnecesary BROKEN_${ARCH}
The port has ONLY_FOR_ARCHS anyway.
-rw-r--r-- | editors/biew/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile index f08f53b8cf01..3e5cefb52e9e 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -12,8 +12,6 @@ COMMENT= Binary file viewer and editor LICENSE= GPLv2 -BROKEN_powerpc= Does not compile -BROKEN_sparc64= Does not compile ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= no targets defined in Makefile |