diff options
author | snj <snj> | 2004-03-10 04:34:53 +0000 |
---|---|---|
committer | snj <snj> | 2004-03-10 04:34:53 +0000 |
commit | 0ef8dfe3e77610b6b62831a12a0e4a1582904b5a (patch) | |
tree | 6774a6aad4e5df5f45a69880736b11f5d833c9f7 /audio/xmms-gdancer | |
parent | 6f1ef7601c941ceb60e8ee3056879a5a485c5d20 (diff) | |
download | pkgsrc-0ef8dfe3e77610b6b62831a12a0e4a1582904b5a.tar.gz |
Use bl3, nuke LTCONFIG_OVERRIDE.
Diffstat (limited to 'audio/xmms-gdancer')
-rw-r--r-- | audio/xmms-gdancer/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/xmms-gdancer/Makefile b/audio/xmms-gdancer/Makefile index f1faa231d76..99351fa5496 100644 --- a/audio/xmms-gdancer/Makefile +++ b/audio/xmms-gdancer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 21:24:03 grant Exp $ +# $NetBSD: Makefile,v 1.11 2004/03/10 04:34:53 snj Exp $ # DISTNAME= gdancer-0.4.3 @@ -11,11 +11,10 @@ MAINTAINER= zuntum@NetBSD.org HOMEPAGE= http://figz.com/gdancer/ COMMENT= XMMS plugin to animate characters to the beat of the music -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -.include "../../audio/xmms/buildlink2.mk" +.include "../../audio/xmms/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |