diff options
author | snj <snj> | 2004-03-12 01:15:46 +0000 |
---|---|---|
committer | snj <snj> | 2004-03-12 01:15:46 +0000 |
commit | b9e45f0c64feda37b306a076e20f1b6246a89fff (patch) | |
tree | a2c0018e6d28aad591bbe30ef23530cfe145895c /audio | |
parent | a0d4be631eef8fbdf6cb198848581a6f244f5082 (diff) | |
download | pkgsrc-b9e45f0c64feda37b306a076e20f1b6246a89fff.tar.gz |
Use bl3, fix a spelling error.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-jess/DESCR | 2 | ||||
-rw-r--r-- | audio/xmms-jess/Makefile | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/xmms-jess/DESCR b/audio/xmms-jess/DESCR index 1dda6dd5487..3040d96ee4d 100644 --- a/audio/xmms-jess/DESCR +++ b/audio/xmms-jess/DESCR @@ -1,2 +1,2 @@ Yet another all-singing all-dancing XMMS plugin with Blur, image -distorsion, etc. +distortion, etc. diff --git a/audio/xmms-jess/Makefile b/audio/xmms-jess/Makefile index cfd6937efc4..24367a0c187 100644 --- a/audio/xmms-jess/Makefile +++ b/audio/xmms-jess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/02/14 17:21:34 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2004/03/12 01:15:47 snj Exp $ # DISTNAME= JESS-2.9.1 @@ -11,10 +11,10 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://arquier.free.fr/ COMMENT= XMMS plugin with Blur, image distortion, and others -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES -.include "../../audio/xmms/buildlink2.mk" -.include "../../devel/SDL/buildlink2.mk" +.include "../../audio/xmms/buildlink3.mk" +.include "../../devel/SDL/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |