diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-27 13:32:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-27 13:32:30 +0000 |
commit | 29f15afb8b5e77e2cca692e5989772b160fe1116 (patch) | |
tree | 9448d31eb21538bb3d770e3cdce7edec0a03b42d /audio | |
parent | f788948643c0d2a03545465e634e8af231f16e82 (diff) | |
download | pkgsrc-29f15afb8b5e77e2cca692e5989772b160fe1116.tar.gz |
mpg123-arts: remove, uses removed arts
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 3 | ||||
-rw-r--r-- | audio/mpg123-arts/DESCR | 1 | ||||
-rw-r--r-- | audio/mpg123-arts/Makefile | 9 | ||||
-rw-r--r-- | audio/mpg123-arts/PLIST | 2 |
4 files changed, 1 insertions, 14 deletions
diff --git a/audio/Makefile b/audio/Makefile index 2b7a41a046c..bafd62c5e46 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.546 2017/09/27 13:31:54 wiz Exp $ +# $NetBSD: Makefile,v 1.547 2017/09/27 13:32:30 wiz Exp $ # COMMENT= Audio tools @@ -321,7 +321,6 @@ SUBDIR+= mpc SUBDIR+= mpdas SUBDIR+= mpegaudio SUBDIR+= mpg123 -SUBDIR+= mpg123-arts SUBDIR+= mpg123-esound SUBDIR+= mpg123-nas SUBDIR+= mpg123-oss diff --git a/audio/mpg123-arts/DESCR b/audio/mpg123-arts/DESCR deleted file mode 100644 index 96ccd68cfff..00000000000 --- a/audio/mpg123-arts/DESCR +++ /dev/null @@ -1 +0,0 @@ -ARTS output module for the mpg123 audio player. diff --git a/audio/mpg123-arts/Makefile b/audio/mpg123-arts/Makefile deleted file mode 100644 index bc88a1519fe..00000000000 --- a/audio/mpg123-arts/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $NetBSD: Makefile,v 1.9 2014/05/20 19:59:09 adam Exp $ - -MPG123_MODULE= arts - -.include "../../audio/mpg123/Makefile.common" - -.include "../../audio/arts/buildlink3.mk" -.include "../../audio/mpg123/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/audio/mpg123-arts/PLIST b/audio/mpg123-arts/PLIST deleted file mode 100644 index a933bc737ad..00000000000 --- a/audio/mpg123-arts/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2010/03/14 16:28:02 martin Exp $ -lib/mpg123/output_arts.la |