diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-08 09:14:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-08 09:14:48 +0000 |
commit | baa8fe5ed5eb98bb8bf601bb4c712fcdeb68ca45 (patch) | |
tree | 87db850d38ad19377e38b4a3d9d029781b4cb750 /audio/libvisual-plugins | |
parent | 6171972bc36f942944d25e8ef1c556dd3c8209f1 (diff) | |
download | pkgsrc-baa8fe5ed5eb98bb8bf601bb4c712fcdeb68ca45.tar.gz |
Remove goom dependency, not needed any longer.
Noted by Sergey Svishchev in PR 38164.
Bump PKGREVISION.
Diffstat (limited to 'audio/libvisual-plugins')
-rw-r--r-- | audio/libvisual-plugins/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/libvisual-plugins/Makefile b/audio/libvisual-plugins/Makefile index b90edceb99d..052dbd4eebb 100644 --- a/audio/libvisual-plugins/Makefile +++ b/audio/libvisual-plugins/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2008/07/14 12:55:57 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2008/10/08 09:14:48 wiz Exp $ # DISTNAME= libvisual-plugins-0.4.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvisual/} @@ -20,7 +20,6 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= pkg-config mkdirhier yacc -.include "../../audio/goom/buildlink3.mk" .include "../../audio/libvisual/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" |