diff options
author | jmcneill <jmcneill> | 2008-12-18 16:37:32 +0000 |
---|---|---|
committer | jmcneill <jmcneill> | 2008-12-18 16:37:32 +0000 |
commit | a79eaa8609f39945dcc2d4efe1166d4d7304085a (patch) | |
tree | d13d903790729b373682ef0b4603b278361f49b0 /audio/Makefile | |
parent | b12f4b134696288e7577966584d3ea6c04f44434 (diff) | |
download | pkgsrc-a79eaa8609f39945dcc2d4efe1166d4d7304085a.tar.gz |
+ libao-pulse
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index dc03839c247..dffee43605f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.389 2008/12/18 16:09:28 jmcneill Exp $ +# $NetBSD: Makefile,v 1.390 2008/12/18 16:37:32 jmcneill Exp $ # COMMENT= Audio tools @@ -162,6 +162,7 @@ SUBDIR+= libao-esound SUBDIR+= libao-macosx SUBDIR+= libao-nas SUBDIR+= libao-oss +SUBDIR+= libao-pulse SUBDIR+= libao-sun SUBDIR+= libaudiofile SUBDIR+= libcanberra |