diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-11 11:51:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-11 11:51:12 +0000 |
commit | 48d5317e5fa07e2906864c66829659cec4e5533e (patch) | |
tree | d43df41c9cd841c5e4f5f6f153b16c0b6c059345 /audio/xmms-madspin | |
parent | f55dde5056cb723874b028cbb75bd0f1e945e08a (diff) | |
download | pkgsrc-48d5317e5fa07e2906864c66829659cec4e5533e.tar.gz |
Needs glu. Bump revision.
Diffstat (limited to 'audio/xmms-madspin')
-rw-r--r-- | audio/xmms-madspin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/xmms-madspin/Makefile b/audio/xmms-madspin/Makefile index 8761322e157..fabdd5f1a60 100644 --- a/audio/xmms-madspin/Makefile +++ b/audio/xmms-madspin/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:00 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2007/01/11 11:51:12 joerg Exp $ # DISTNAME= madspin-0.05 PKGNAME= xmms-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= xmms audio MASTER_SITES= http://www.students.uiuc.edu/~birck/ @@ -21,5 +21,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/star2.bmp ${PREFIX}/share/xmms/madspin .include "../../audio/xmms/buildlink3.mk" +.include "../../graphics/glu/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |