diff options
author | snj <snj@pkgsrc.org> | 2004-03-12 04:37:38 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-12 04:37:38 +0000 |
commit | 2fa016d858a20ddbf966d381acce04151554a761 (patch) | |
tree | 69a53aaa607bb7310ecc4984cd7cc6ff23bb217a /audio | |
parent | fa914cc4345b19ae5935284d7abc2310457b5b7c (diff) | |
download | pkgsrc-2fa016d858a20ddbf966d381acce04151554a761.tar.gz |
Use bl3.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-vismsa/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xmms-vismsa/Makefile b/audio/xmms-vismsa/Makefile index c1e32876f61..ceafe9ee80b 100644 --- a/audio/xmms-vismsa/Makefile +++ b/audio/xmms-vismsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/21 16:30:49 martti Exp $ +# $NetBSD: Makefile,v 1.11 2004/03/12 04:37:38 snj Exp $ # DISTNAME= vismsa-xmms-plugin-0.2 @@ -11,12 +11,12 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://a.godau.org/ COMMENT= Vis plugin similar to the Spectrum Analyser from Open Cubic Player -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES USE_LIBTOOL= YES pre-build: cd ${WRKSRC} ; ${MAKE} clean -.include "../../audio/xmms/buildlink2.mk" +.include "../../audio/xmms/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |