Date: Sun, 20 Jun 2021 13:15:56 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c58462753d91 - main - biology/seqan-apps: fix packaging on powerpc Message-ID: <202106201315.15KDFumo039197@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=c58462753d91195ae7f8677341428606a91be0ae commit c58462753d91195ae7f8677341428606a91be0ae Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-06-20 13:14:19 +0000 Commit: Piotr Kubaj <pkubaj@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=""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106201315.15KDFumo039197>