summaryrefslogtreecommitdiff
path: root/audio/xine-esound
diff options
context:
space:
mode:
authordholland <dholland>2008-07-21 00:13:05 +0000
committerdholland <dholland>2008-07-21 00:13:05 +0000
commit66cf8483cf214a2a5d3ddbbde331342dcf879002 (patch)
treeffe4ece02866cce2f669337b1e3f1ca85b8661e1 /audio/xine-esound
parent8b762b51aa997e4343d7d0f3e9a3d9bd10f2d497 (diff)
downloadpkgsrc-66cf8483cf214a2a5d3ddbbde331342dcf879002.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/xine-esound')
-rw-r--r--audio/xine-esound/Makefile4
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"