aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-06-11 21:06:08 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-06-11 21:06:08 +0800
commit989ad3be5ef0aac3e1fbee234d640a3d14a26378 (patch)
tree0098d3b8ce09bee9c07c7abab4d7df99173d1e1c
parent8730c447a84dab3795867be26798cc9d964742cf (diff)
downloadfreebsd-ports-gnome-989ad3be5ef0aac3e1fbee234d640a3d14a26378.tar.gz
freebsd-ports-gnome-989ad3be5ef0aac3e1fbee234d640a3d14a26378.tar.zst
freebsd-ports-gnome-989ad3be5ef0aac3e1fbee234d640a3d14a26378.zip
- Confirmed to work on arm
Submitted by: MIHIRA Sanpei Yoshiro <sanpei at sanpei dot org>
-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}"