diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-09 20:44:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-09 20:44:15 +0000 |
commit | e3460d6badb56e3f12f9a57c106cbc3e8909fd3f (patch) | |
tree | 0c0d64f9d804d554fc68ed69920dc7f039ee8869 /audio/madman/Makefile | |
parent | 61f5036413cfc9b245aa842b3b0cb8d1cccc4ebb (diff) | |
download | pkgsrc-e3460d6badb56e3f12f9a57c106cbc3e8909fd3f.tar.gz |
Does not need qt3-tools at runtime.
Change to build dependency and bump PKGREVISION.
Diffstat (limited to 'audio/madman/Makefile')
-rw-r--r-- | audio/madman/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/madman/Makefile b/audio/madman/Makefile index 7fcf7c78647..fe5c4a5ef63 100644 --- a/audio/madman/Makefile +++ b/audio/madman/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2006/01/05 23:21:46 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2006/01/09 20:44:15 wiz Exp $ DISTNAME= madman-0.93 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=madman/} @@ -36,10 +36,6 @@ do-install: .include "../../x11/qt3-libs/buildlink3.mk" .include "../../x11/qt3-tools/buildlink3.mk" -# XXX Please verify whether qt3-tools is really needed at run-time. -# If it is, then remove this comment. If it is not, then remove -# this comment and the line below, and bump PKGREVISION. -BUILDLINK_DEPMETHOD.qt3-tools= full .include "../../devel/glib/buildlink3.mk" .include "../../audio/xmms/buildlink3.mk" .include "../../audio/libid3tag/buildlink3.mk" |