diff options
author | snj <snj@pkgsrc.org> | 2004-03-12 03:57:03 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-12 03:57:03 +0000 |
commit | a5255dfefe2d449d42d5c1b1958c7885fd747929 (patch) | |
tree | d499c228d870a59c7295214892858577222b7b12 /audio | |
parent | 08c7236fe994565061d05eddbe0d28b6df90144b (diff) | |
download | pkgsrc-a5255dfefe2d449d42d5c1b1958c7885fd747929.tar.gz |
Use bl3, nuke LTCONFIG_OVERRIDE.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-neato/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/audio/xmms-neato/Makefile b/audio/xmms-neato/Makefile index 3bf67b98795..55456093078 100644 --- a/audio/xmms-neato/Makefile +++ b/audio/xmms-neato/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/01/22 07:15:01 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/03/12 03:57:03 snj Exp $ # DISTNAME= neato @@ -11,12 +11,11 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.rpi.edu/~mullr/xmms/ COMMENT= Circle effect XMMS plugin -USE_BUILDLINK2= yes -USE_X11= yes -USE_GNU_TOOLS+= make GNU_CONFIGURE= yes +USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +USE_X11= yes GNU_CONFIGURE= YES @@ -32,5 +31,5 @@ post-extract: ${CHMOD} +x install-sh ; \ ${MAKE} distclean -.include "../../audio/xmms/buildlink2.mk" +.include "../../audio/xmms/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |