diff options
author | minskim <minskim@pkgsrc.org> | 2006-03-03 01:31:41 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-03-03 01:31:41 +0000 |
commit | d1252142a61f1c3924d28bc40029f84bbad25a3d (patch) | |
tree | 35a573e1949fcebc81044e0653b283f8dce2d300 /audio/qsynth | |
parent | 27b8e8194549d6431ba64fb741a0bd2ca559fedd (diff) | |
download | pkgsrc-d1252142a61f1c3924d28bc40029f84bbad25a3d.tar.gz |
qt3-tools is needed at build time only. Bump PKGREVISION.
Diffstat (limited to 'audio/qsynth')
-rw-r--r-- | audio/qsynth/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/qsynth/Makefile b/audio/qsynth/Makefile index bec51116b8c..140f7ff4d4e 100644 --- a/audio/qsynth/Makefile +++ b/audio/qsynth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/02/05 23:08:13 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2006/03/03 01:31:41 minskim Exp $ DISTNAME= qsynth-0.2.4 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qsynth/} @@ -27,8 +27,4 @@ do-install: .include "../../audio/fluidsynth/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 "../../mk/bsd.pkg.mk" |