diff options
author | adam <adam@pkgsrc.org> | 2003-07-10 11:36:44 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-07-10 11:36:44 +0000 |
commit | cc9b8a4f6e92b4b9ab13d69e945794ec944cdefd (patch) | |
tree | 0d9420efdb3d285bd90cff8ee6be025d6c130227 /audio/xmms-mad/Makefile | |
parent | 07e6c419e01256740cc7954cbd563c6ed1f51cd3 (diff) | |
download | pkgsrc-cc9b8a4f6e92b4b9ab13d69e945794ec944cdefd.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/Makefile | 7 |
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" |