summaryrefslogtreecommitdiff
path: root/audio/xmms-mad/Makefile
diff options
context:
space:
mode:
authoradam <adam>2003-07-10 11:36:44 +0000
committeradam <adam>2003-07-10 11:36:44 +0000
commit3ec94defccdeeaf7228b72e86ed920fb06b233bd (patch)
tree0d9420efdb3d285bd90cff8ee6be025d6c130227 /audio/xmms-mad/Makefile
parent4b42f0afbeb36e65be020caea362a1f4191b3d7f (diff)
downloadpkgsrc-3ec94defccdeeaf7228b72e86ed920fb06b233bd.tar.gz
Revision bumped; dependency changed from mad to libmad and libid3tag
Diffstat (limited to 'audio/xmms-mad/Makefile')
-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"