diff options
author | snj <snj@pkgsrc.org> | 2004-03-10 04:19:34 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-10 04:19:34 +0000 |
commit | fb8a69851283c8393fb6a77d2b3f8aef927fc5ad (patch) | |
tree | 735f6fcb7db2834d5d0ba78874788949f925d56c /audio/xmms-bump-scope | |
parent | 749ffc731154da4b21c52d0a8acb2e33e3716eb1 (diff) | |
download | pkgsrc-fb8a69851283c8393fb6a77d2b3f8aef927fc5ad.tar.gz |
Use bl3.
Diffstat (limited to 'audio/xmms-bump-scope')
-rw-r--r-- | audio/xmms-bump-scope/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xmms-bump-scope/Makefile b/audio/xmms-bump-scope/Makefile index f0d1699d4f6..fbd30d72ebc 100644 --- a/audio/xmms-bump-scope/Makefile +++ b/audio/xmms-bump-scope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/02/21 06:28:57 snj Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/10 04:19:34 snj Exp $ # DISTNAME= bump_scope-0.0.3 @@ -11,11 +11,11 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://staff.xmms.org/zinx/xmms/ COMMENT= Moving light embossing oscilloscope -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES MAKE_ENV+= plugindir=${PREFIX}/lib/xmms/Visualization -.include "../../audio/xmms/buildlink2.mk" +.include "../../audio/xmms/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |