aboutsummaryrefslogtreecommitdiff
path: root/audio/wmtune
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-15 10:59:34 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-15 10:59:34 +0000
commit29573f6148fe1f52b61260ed727ce0a6b823275f (patch)
tree7b2150763ea061af9d4be56d80000dc8916468fc /audio/wmtune
parent53bbe9bd31981e4784aeee8d01f27f0a0f422f74 (diff)
downloadports-29573f6148fe1f52b61260ed727ce0a6b823275f.tar.gz
ports-29573f6148fe1f52b61260ed727ce0a6b823275f.zip
Notes
Diffstat (limited to 'audio/wmtune')
-rw-r--r--audio/wmtune/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/wmtune/Makefile b/audio/wmtune/Makefile
index 6b1f83ba7a3c..906fdc8773f2 100644
--- a/audio/wmtune/Makefile
+++ b/audio/wmtune/Makefile
@@ -26,10 +26,12 @@ USE_REINPLACE= yes
PATCH_ARGS =-p0 -d ${WRKDIR}
+ONLY_FOR_ARCHS= i386 alpha
+
.include <bsd.port.pre.mk>
-.if ${ARCH} != "i386" && !(${ARCH} == "alpha" && ${OSVERSION} >= 500000)
-BROKEN= "Does not compile on !i386 or alpha 4.x"
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
+IGNORE= "cannot be build on alpha 4.x, which does not have bktr hardware support"
.endif
.if !defined(WITH_RADIOTRACK)