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 | 9cbfd25e029a43728e86f29a49f781dab6d64c44 (patch) | |
tree | 735f6fcb7db2834d5d0ba78874788949f925d56c | |
parent | 20a65fbd65f2ea3190d2dac83e480fd95dd5717d (diff) | |
download | pkgsrc-9cbfd25e029a43728e86f29a49f781dab6d64c44.tar.gz |
Use bl3.
-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" |