aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-11 13:06:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-11 13:06:08 +0000
commit319a842a947d8b41496df19fc735960dcfe3234d (patch)
tree0098d3b8ce09bee9c07c7abab4d7df99173d1e1c /audio
parenta28a89a69416f93d74c471488fa138e2c85285eb (diff)
downloadports-319a842a947d8b41496df19fc735960dcfe3234d.tar.gz
ports-319a842a947d8b41496df19fc735960dcfe3234d.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/wavplay/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/wavplay/Makefile b/audio/wavplay/Makefile
index cbedcd181195..c5519dff3954 100644
--- a/audio/wavplay/Makefile
+++ b/audio/wavplay/Makefile
@@ -10,8 +10,8 @@ MASTER_SITES= SUNSITE/apps/sound/players/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Wav player and recorder
-ONLY_FOR_ARCHS= i386 amd64
-ONLY_FOR_ARCHS_REASON=Doesn't work on !i386 and amd64
+ONLY_FOR_ARCHS= arm i386 amd64
+ONLY_FOR_ARCHS_REASON=Doesn't work on !arm, i386 and amd64
INSTALL_TARGET= install PREFIX="${STAGEDIR}${PREFIX}"