diff options
author | nia <nia@pkgsrc.org> | 2021-05-25 12:27:02 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-05-25 12:27:02 +0000 |
commit | 27999bf4423e66885455dc7317e17f6c89ec5145 (patch) | |
tree | 3e888f53a108e629a0d71ea520da6fa445a89cb5 /audio/Makefile | |
parent | 4faa76d03df2bb2fa0048f5292461e4c6f4b38ec (diff) | |
download | pkgsrc-27999bf4423e66885455dc7317e17f6c89ec5145.tar.gz |
remove: mpg123-oss, mpg123-sun
- mpg123-sun is, quite literally, impossible to install.
It's always built-in to mpg123 where it's available.
- mpg123-oss is built-in to mpg123 on operating systems where it's useful.
ok'd by thor.
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/Makefile b/audio/Makefile index 9a4df2d4709..19e0e9b3279 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.632 2021/05/09 09:06:58 nia Exp $ +# $NetBSD: Makefile,v 1.633 2021/05/25 12:27:02 nia Exp $ # COMMENT= Audio tools, players, and libraries @@ -321,9 +321,7 @@ SUBDIR+= mpegaudio SUBDIR+= mpg123 SUBDIR+= mpg123-jack SUBDIR+= mpg123-nas -SUBDIR+= mpg123-oss SUBDIR+= mpg123-pulse -SUBDIR+= mpg123-sun SUBDIR+= mpg321 SUBDIR+= mppenc SUBDIR+= mserv |