diff options
author | snj <snj> | 2004-03-10 04:29:18 +0000 |
---|---|---|
committer | snj <snj> | 2004-03-10 04:29:18 +0000 |
commit | 3a917fb11f2cf40285e91d11fe4def23aa2085ef (patch) | |
tree | 90f91e9de7ccd3cff47679db20242ba26796e3f9 /audio | |
parent | d820970433d753464b7506d9fd6977730cef0e1a (diff) | |
download | pkgsrc-3a917fb11f2cf40285e91d11fe4def23aa2085ef.tar.gz |
Use bl3.
Get down with your bad self, Space Ghost!
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-funtimedancer/DESCR | 4 | ||||
-rw-r--r-- | audio/xmms-funtimedancer/Makefile | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/xmms-funtimedancer/DESCR b/audio/xmms-funtimedancer/DESCR index de5de7a0930..3c3dc737101 100644 --- a/audio/xmms-funtimedancer/DESCR +++ b/audio/xmms-funtimedancer/DESCR @@ -1,2 +1,2 @@ -XMMS visual plugin that displays some animated figure -dancing to the rhythm of the music. +XMMS visual plugin that displays Space Ghost dancing to the rhythm of the +music. diff --git a/audio/xmms-funtimedancer/Makefile b/audio/xmms-funtimedancer/Makefile index 9cf9024dee7..efbb4c1b339 100644 --- a/audio/xmms-funtimedancer/Makefile +++ b/audio/xmms-funtimedancer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/26 21:41:09 jmmv Exp $ +# $NetBSD: Makefile,v 1.9 2004/03/10 04:29:18 snj Exp $ # DISTNAME= FunTimeDancer-0.1 @@ -13,12 +13,12 @@ HOMEPAGE= http://sourceforge.net/projects/ftd/ COMMENT= XMMS plugin displaying an animation USE_X11= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes post-install: cd ${WRKDIR} && \ ${PAX} -rw -pe FunTimeDancer ${PREFIX}/lib/xmms/Visualization -.include "../../audio/xmms/buildlink2.mk" -.include "../../devel/SDL/buildlink2.mk" +.include "../../audio/xmms/buildlink3.mk" +.include "../../devel/SDL/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |