diff options
author | joerg <joerg@pkgsrc.org> | 2010-05-30 11:25:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-05-30 11:25:44 +0000 |
commit | 62fd99740035a068ad8b559b532defe4b687545d (patch) | |
tree | b9eab519140102d569e5edd0db9dd7f9ee106515 /audio/libao-alsa | |
parent | be140b261b581159a85249bacc00b7213fc94c47 (diff) | |
download | pkgsrc-62fd99740035a068ad8b559b532defe4b687545d.tar.gz |
Fix package to work with the libao-1.0 changes
Diffstat (limited to 'audio/libao-alsa')
-rw-r--r-- | audio/libao-alsa/Makefile | 8 | ||||
-rw-r--r-- | audio/libao-alsa/PLIST | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/libao-alsa/Makefile b/audio/libao-alsa/Makefile index 350869abe20..fd115bbfa07 100644 --- a/audio/libao-alsa/Makefile +++ b/audio/libao-alsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/12/19 04:27:42 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2010/05/30 11:25:44 joerg Exp $ .include "../../audio/libao/Makefile.common" @@ -6,9 +6,9 @@ PKGNAME= ${DISTNAME:S/libao/libao-alsa/} COMMENT+= (OSS plugin) -CONFIGURE_ARGS= --enable-alsa09 -BUILD_DIRS= ${WRKSRC}/src/plugins/alsa09 -INSTALL_DIRS= ${WRKSRC}/src/plugins/alsa09 +CONFIGURE_ARGS= --enable-alsa +BUILD_DIRS= ${WRKSRC}/src/plugins/alsa +INSTALL_DIRS= ${WRKSRC}/src/plugins/alsa BUILDLINK_API_DEPENDS.libao+= libao>=0.8.6nb1 diff --git a/audio/libao-alsa/PLIST b/audio/libao-alsa/PLIST index a7da4566b55..d2ef02c71af 100644 --- a/audio/libao-alsa/PLIST +++ b/audio/libao-alsa/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.3 2010/05/19 18:18:47 drochner Exp $ -lib/ao/plugins-4/libalsa09.la +@comment $NetBSD: PLIST,v 1.4 2010/05/30 11:25:44 joerg Exp $ +lib/ao/plugins-4/libalsa.la |