- Utilize ONLY_FOR_ARCHS
PR: ports/62860 Submitted by: Hendrik Scholz <hendrik@scholz.net>
This commit is contained in:
parent
ceb8b245dc
commit
345619cc61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102142
@ -21,7 +21,16 @@ USE_IMAKE= yes
|
||||
USE_XPM= yes
|
||||
USE_MOTIF= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
ONLY_FOR_ARCHS= i386
|
||||
.else
|
||||
ONLY_FOR_ARCHS= alpha i386 ia64
|
||||
.endif
|
||||
|
||||
#
|
||||
#post-install:
|
||||
# ${STRIP_CMD} ${PREFIX}/bin/xmradio
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user