diff options
author | snj <snj> | 2004-03-10 04:21:57 +0000 |
---|---|---|
committer | snj <snj> | 2004-03-10 04:21:57 +0000 |
commit | e73d741186da3667d7bbfd8b0a5c454bd7debb19 (patch) | |
tree | 2d4778b1b42e55db61af5720ef5a6eaf873778bd /audio | |
parent | f2a6447524b3491d3af4c931d5ee004f4ffcd0b6 (diff) | |
download | pkgsrc-e73d741186da3667d7bbfd8b0a5c454bd7debb19.tar.gz |
Use bl3 and nuke LTCONFIG_OVERRIDE.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-dflowers/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/xmms-dflowers/Makefile b/audio/xmms-dflowers/Makefile index 4d1fff6c3c3..8c5aa83e659 100644 --- a/audio/xmms-dflowers/Makefile +++ b/audio/xmms-dflowers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/07/17 21:23:57 grant Exp $ +# $NetBSD: Makefile,v 1.17 2004/03/10 04:21:57 snj Exp $ # DISTNAME= dflowers-1.2 @@ -11,10 +11,9 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://hem.passagen.se/joakime/linuxapp.html COMMENT= XMMS plugin for dual flower scope -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -.include "../../audio/xmms/buildlink2.mk" +.include "../../audio/xmms/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |