biology/seqan-apps: fix packaging on armv7
Same issue as on i386.
This commit is contained in:
parent
80937d1913
commit
4226927ef6
1 changed files with 1 additions and 1 deletions
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue