diff options
author | dholland <dholland@pkgsrc.org> | 2008-07-21 00:13:05 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2008-07-21 00:13:05 +0000 |
commit | 2139c071eea8ecd4bb51da6f9d60b943a41d0adc (patch) | |
tree | ffe4ece02866cce2f669337b1e3f1ca85b8661e1 /audio | |
parent | abdf4d0e9f84176e5d197ea056a358826c83e4b6 (diff) | |
download | pkgsrc-2139c071eea8ecd4bb51da6f9d60b943a41d0adc.tar.gz |
Bump PKGREVISION because of xine-lib change that affects the dependency
list here. (Although it shouldn't, see tech-pkg for further discussion.)
While here, add missing dep on libaudiofile.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xine-esound/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xine-esound/Makefile b/audio/xine-esound/Makefile index 4b2dbefe6a9..6ec4926c8f7 100644 --- a/audio/xine-esound/Makefile +++ b/audio/xine-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/04/24 12:32:22 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2008/07/21 00:13:05 dholland Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -6,6 +6,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../multimedia/xine-lib/Makefile.common" PKGNAME= ${XINE_PKGNAME:S/lib/esound/} +PKGREVISION= 1 CATEGORIES= audio COMMENT= The esound audio output plugin for xine-lib @@ -23,5 +24,6 @@ do-install: ${DESTDIR}${PREFIX}/lib/xine/plugins/${XINE_MOD_DIR_VER} .include "../../audio/esound/buildlink3.mk" +.include "../../audio/libaudiofile/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |