aboutsummaryrefslogtreecommitdiff
path: root/audio/xmradio
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-25 22:28:01 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-25 22:28:01 +0000
commit345619cc613e3a87c3729394633b1626f60e4b57 (patch)
tree936d19f082c900ed116d6476fe080f3cf30e543f /audio/xmradio
parentceb8b245dc86181c1b13a08d1a60b4fd11b53512 (diff)
downloadports-345619cc613e3a87c3729394633b1626f60e4b57.tar.gz
ports-345619cc613e3a87c3729394633b1626f60e4b57.zip
- Utilize ONLY_FOR_ARCHS
PR: ports/62860 Submitted by: Hendrik Scholz <hendrik@scholz.net>
Notes
Notes: svn path=/head/; revision=102142
Diffstat (limited to 'audio/xmradio')
-rw-r--r--audio/xmradio/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/audio/xmradio/Makefile b/audio/xmradio/Makefile
index 06219666743e..50ed4badb52e 100644
--- a/audio/xmradio/Makefile
+++ b/audio/xmradio/Makefile
@@ -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>