diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2011-11-17 04:27:51 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2011-11-17 04:27:51 +0000 |
commit | 78387b0cab3e1689ab43e1a848578f7cf42af463 (patch) | |
tree | 8bcb5581a7d958325fbd4cb1f3699d24ddaedb17 /audio | |
parent | fcc03c7e5b20a1d6477853ae02a13ee12d81d856 (diff) | |
download | pkgsrc-78387b0cab3e1689ab43e1a848578f7cf42af463.tar.gz |
sort
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 ed716158bdb..e4038caf00f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.460 2011/11/14 19:47:13 ryoon Exp $ +# $NetBSD: Makefile,v 1.461 2011/11/17 04:27:51 jnemeth Exp $ # COMMENT= Audio tools @@ -8,7 +8,6 @@ SUBDIR+= SDL_sound SUBDIR+= abcde SUBDIR+= abcmidi SUBDIR+= adplug -SUBDIR+= alacconvert SUBDIR+= akode SUBDIR+= akode-plugins-alsa SUBDIR+= akode-plugins-ffmpeg @@ -20,6 +19,7 @@ SUBDIR+= akode-plugins-pulseaudio SUBDIR+= akode-plugins-resampler SUBDIR+= akode-plugins-sun SUBDIR+= akode-plugins-xiph +SUBDIR+= alacconvert SUBDIR+= albumplayer SUBDIR+= alsa-lib SUBDIR+= alsa-plugins-oss |