diff options
author | snj <snj@pkgsrc.org> | 2004-03-10 04:34:53 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-10 04:34:53 +0000 |
commit | d7c7b7563c321e7a1b98ec728a69a19df68ef3c3 (patch) | |
tree | 6774a6aad4e5df5f45a69880736b11f5d833c9f7 | |
parent | 0c8257e25e41a8f4c2e91658492b168ef179a12b (diff) | |
download | pkgsrc-d7c7b7563c321e7a1b98ec728a69a19df68ef3c3.tar.gz |
Use bl3, nuke LTCONFIG_OVERRIDE.
-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" |