diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-21 17:11:10 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-21 17:11:10 +0000 |
commit | 6cf6f1b1fa964a5d85ae8557c134240ce733b2fd (patch) | |
tree | c59af795d9d046a60be056c6b03e57c2105ccefe | |
parent | f70559ce11abde13ea47b56f702acb1d2ca195f4 (diff) | |
download | ports-6cf6f1b1fa964a5d85ae8557c134240ce733b2fd.tar.gz ports-6cf6f1b1fa964a5d85ae8557c134240ce733b2fd.zip |
archivers/unarchiver: enable on powerpc64
-rw-r--r-- | archivers/unarchiver/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archivers/unarchiver/Makefile b/archivers/unarchiver/Makefile index 1fc15efe3534..0167acf7f297 100644 --- a/archivers/unarchiver/Makefile +++ b/archivers/unarchiver/Makefile @@ -13,8 +13,6 @@ COMMENT= Unarchiver for a vast variety of file formats LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/License.txt -BROKEN_powerpc64= fails to compile: Your gnustep-base was configured for the objc-nonfragile-abi but you are not using it now. - # XXX: USES=gnustep overrides MAKEFILE we set below, so depend explicitly LIB_DEPENDS= libgnustep-base.so:lang/gnustep-base \ libicuuc.so:devel/icu \ |