aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-20 13:14:19 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-20 13:14:19 +0000
commitc58462753d91195ae7f8677341428606a91be0ae (patch)
tree356e1dddd2e1ca53d5a3499bd3e04f2d79542150 /biology
parent49cee21e0a9e4c52dec30bfef0a5cce628c01595 (diff)
downloadports-c58462753d91195ae7f8677341428606a91be0ae.tar.gz
ports-c58462753d91195ae7f8677341428606a91be0ae.zip
biology/seqan-apps: fix packaging on powerpc
Same issue as on i386.
Diffstat (limited to 'biology')
-rw-r--r--biology/seqan-apps/Makefile2
1 files changed, 1 insertions, 1 deletions
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=""