diff options
author | Robert Clausecker <fuz@fuz.su> | 2022-11-10 14:48:37 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-02-20 23:36:32 +0000 |
commit | 5cb1dd7c85d64cd6d915d4cdad3e2c26dfaa7f3e (patch) | |
tree | 3d3150f5abe7a0e46c3a515206a0487da6f34a03 | |
parent | a0bd454e760aa57f7ca5bd085f566df7443541b1 (diff) | |
download | ports-5cb1dd7c85d64cd6d915d4cdad3e2c26dfaa7f3e.tar.gz ports-5cb1dd7c85d64cd6d915d4cdad3e2c26dfaa7f3e.zip |
devel/sope2: remove BROKEN_aarch64 after 8690517a
The port works now, but previous committer forgot to
remove BROKEN_aarch64.
Fixes: 8690517ab0871935aae7f95a305c9b8815993b14
Approved by: portmgr (build fix blanket)
Approved by: eduardo (mentor)
Differential Revision: https://reviews.freebsd.org/D38679
-rw-r--r-- | devel/sope2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/sope2/Makefile b/devel/sope2/Makefile index f46e17294f43..39c84d44d31e 100644 --- a/devel/sope2/Makefile +++ b/devel/sope2/Makefile @@ -11,8 +11,6 @@ WWW= https://sogo.nu/ LICENSE= LGPL20 -BROKEN_aarch64= fails to build: bundle.make:301: STXSaxDriver.sax/Resources/Info-gnustep.plist] Abort trap (core dumped) - LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libmemcached.so:databases/libmemcached |