summaryrefslogtreecommitdiff
path: root/audio/mpg123/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2021-06-06 09:01:16 +0400
committerRoman Bogorodskiy <novel@FreeBSD.org>2021-06-16 12:20:23 +0400
commit53f89f4af9bb4ac2addeeb6114cefbcaa7076872 (patch)
tree1da989b09f445faa15422590cfcac413a5a91c16 /audio/mpg123/Makefile
parentnet-p2p/deluge-cli: bump PORTREVISION (diff)
audio/mpg123: update to 1.28.0
- Update to 1.28.0 - Remove '--with-default-audio' configure argument as '--with-audio' now specifies priority of output modules.
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r--audio/mpg123/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index d8f3be5dc048..b576141a8295 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -1,7 +1,7 @@
# Created by: Carey Jones <mcj@acquiesce.org>
PORTNAME= mpg123
-PORTVERSION= 1.27.2
+PORTVERSION= 1.28.0
CATEGORIES= audio
MASTER_SITES= SF \
https://www.mpg123.de/download/
@@ -33,10 +33,8 @@ TEST_TARGET= check
FPU_CONFIGURE_ON= --with-cpu=arm_fpu
FPU_CONFIGURE_OFF= --with-cpu=arm_nofpu
-SNDIO_CONFIGURE_ON= --with-audio=sndio,oss \
- --with-default-audio=sndio
-SNDIO_CONFIGURE_OFF= --with-audio=oss \
- --with-default-audio=oss
+SNDIO_CONFIGURE_ON= --with-audio=sndio,oss
+SNDIO_CONFIGURE_OFF= --with-audio=oss
SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio
OPTCPU_CONFIGURE_ON= --with-cpu=x86