git: c58462753d91 - main - biology/seqan-apps: fix packaging on powerpc
Piotr Kubaj
pkubaj at FreeBSD.org
Sun Jun 20 13:15:57 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c58462753d91195ae7f8677341428606a91be0ae
commit c58462753d91195ae7f8677341428606a91be0ae
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-20 13:14:19 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-20 13:14:19 +0000
biology/seqan-apps: fix packaging on powerpc
Same issue as on i386.
---
biology/seqan-apps/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/biology/seqan-apps/Makefile b/biology/seqan-apps/Makefile
index 176996fc65ef..d7838638c78f 100644
--- a/biology/seqan-apps/Makefile
+++ b/biology/seqan-apps/Makefile
@@ -31,7 +31,7 @@ NATIVE_CMAKE_ON= -DSEQAN_ARCH_NATIVE:BOOL=TRUE
.include <bsd.port.pre.mk>
-.if ${ARCH} == "i386"
+.if ${ARCH} == "i386" || ${ARCH} == "powerpc"
PLIST_SUB+= RM_I386="@comment "
.else
PLIST_SUB+= RM_I386=""
More information about the dev-commits-ports-all
mailing list