aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-02-26 06:28:01 +0800
committerkrion <krion@FreeBSD.org>2004-02-26 06:28:01 +0800
commitb8e525708e071a36b5ddb77a359c58d33aaa5c41 (patch)
tree0aaf67cf2c32012be8c6335896fcdd3ddea0a96e /audio
parent91d2afa62f0b5ca88fafc875819c16996e9c4d38 (diff)
downloadfreebsd-ports-gnome-b8e525708e071a36b5ddb77a359c58d33aaa5c41.tar.gz
freebsd-ports-gnome-b8e525708e071a36b5ddb77a359c58d33aaa5c41.tar.zst
freebsd-ports-gnome-b8e525708e071a36b5ddb77a359c58d33aaa5c41.zip
- Utilize ONLY_FOR_ARCHS
PR: ports/62860 Submitted by: Hendrik Scholz <hendrik@scholz.net>
Diffstat (limited to 'audio')
-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>