diff options
author | rodent <rodent@pkgsrc.org> | 2014-02-02 15:39:55 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-02-02 15:39:55 +0000 |
commit | 834d955c265ac8eaacfc55270a47a4a662536775 (patch) | |
tree | fff54920f60ae3976afce3963c8fee9178d2750a /audio | |
parent | b1a79c043ea2f5829aad5bf9a95ad855334142cd (diff) | |
download | pkgsrc-834d955c265ac8eaacfc55270a47a4a662536775.tar.gz |
+SDL2_mixer
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 9b1a0961835..d90a5b7fe78 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.496 2013/11/23 13:59:10 drochner Exp $ +# $NetBSD: Makefile,v 1.497 2014/02/02 15:39:55 rodent Exp $ # COMMENT= Audio tools +SUBDIR+= SDL2_mixer SUBDIR+= SDL_mixer SUBDIR+= SDL_sound SUBDIR+= abcde |