biology/seqan-apps: fix packaging on armv7

Same issue as on i386.
This commit is contained in:
Piotr Kubaj 2021-06-21 08:11:25 +00:00
parent 80937d1913
commit 4226927ef6

View file

@ -31,7 +31,7 @@ NATIVE_CMAKE_ON= -DSEQAN_ARCH_NATIVE:BOOL=TRUE
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386" || ${ARCH} == "powerpc"
.if ${ARCH} == "armv7" || ${ARCH} == "i386" || ${ARCH} == "powerpc"
PLIST_SUB+= RM_I386="@comment "
.else
PLIST_SUB+= RM_I386=""