mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
biology/seqan-apps: fix packaging on armv7
Same issue as on i386.
This commit is contained in:
parent
80937d1913
commit
4226927ef6
@ -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 New Issue
Block a user