summaryrefslogtreecommitdiff
path: root/audio/mpg123/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2014-07-06 04:27:12 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2014-07-06 04:27:12 +0000
commit36d8a1bbec89b93c70e4763426aad47e50dd3aff (patch)
tree3eb5341416fddc3daeff42fb62ef218c985b37c9 /audio/mpg123/Makefile
parentremove NO_STAGE, it's stage ports already. (diff)
- Update to 1.20.1
- Specify arm_nofpu CPU on ARM arch
Notes
Notes: svn path=/head/; revision=360858
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r--audio/mpg123/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index e86c3f3c84be..002598bb4440 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mpg123
-PORTVERSION= 1.19.0
-PORTREVISION= 1
+PORTVERSION= 1.20.1
CATEGORIES= audio ipv6
MASTER_SITES= SF \
http://www.mpg123.de/download/
@@ -39,6 +38,8 @@ WITH_CPU= i486
.endif
.elif ${ARCH} == "amd64"
WITH_CPU= x86-64
+.elif ${ARCH} == "arm"
+WITH_CPU= arm_nofpu
.endif
.if defined(WITH_CPU)