diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-06-29 11:42:19 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-06-29 11:42:19 +0000 |
commit | e38fbdb47783317e5e497cf62b0d1a255846db1d (patch) | |
tree | 2bb1a959675fdf030f4da33464948b679513b734 /audio | |
parent | e33273c9dd17dc50920a3d6b8c73ea01d85b52fe (diff) | |
download | pkgsrc-e38fbdb47783317e5e497cf62b0d1a255846db1d.tar.gz |
Enable rplay as noone seems to remember why it was commented it and it
seems to work at least on i386. A future package will depend on it.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/Makefile b/audio/Makefile index 9ad4c3ecd0b..58dc72293e7 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1998/06/15 12:01:55 agc Exp $ +# $NetBSD: Makefile,v 1.20 1998/06/29 11:42:19 frueauf Exp $ # SUBDIR += amp @@ -10,7 +10,7 @@ SUBDIR += mpg123 SUBDIR += nas SUBDIR += nspmod - #SUBDIR += rplay + SUBDIR += rplay SUBDIR += snd SUBDIR += sox SUBDIR += splay |