summaryrefslogtreecommitdiff
path: root/audio/xmms-mad
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2003-07-10 11:36:44 +0000
committeradam <adam@pkgsrc.org>2003-07-10 11:36:44 +0000
commitcc9b8a4f6e92b4b9ab13d69e945794ec944cdefd (patch)
tree0d9420efdb3d285bd90cff8ee6be025d6c130227 /audio/xmms-mad
parent07e6c419e01256740cc7954cbd563c6ed1f51cd3 (diff)
downloadpkgsrc-cc9b8a4f6e92b4b9ab13d69e945794ec944cdefd.tar.gz
Revision bumped; dependency changed from mad to libmad and libid3tag
Diffstat (limited to 'audio/xmms-mad')
-rw-r--r--audio/xmms-mad/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/xmms-mad/Makefile b/audio/xmms-mad/Makefile
index e2e813defb6..3ec7929b4ad 100644
--- a/audio/xmms-mad/Makefile
+++ b/audio/xmms-mad/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2003/05/02 11:53:52 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2003/07/10 11:36:44 adam Exp $
#
DISTNAME= xmms-mad-0.0.9
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://www.superduper.net/downloads/xmms-mad/
@@ -19,7 +19,8 @@ USE_BUILDLINK2= YES
CPPFLAGS+= -DHAVE_NANOSLEEP=1
.endif
-.include "../../audio/mad/buildlink2.mk"
+.include "../../audio/libid3tag/buildlink2.mk"
+.include "../../audio/libmad/buildlink2.mk"
.include "../../audio/xmms/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"