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 | a8d6be930e55200448907d9d3b7a797f7cc680b3 (patch) | |
tree | 35a573e1949fcebc81044e0653b283f8dce2d300 /audio/qsynth | |
parent | 756ccc126566c3f8b45d59b5feacb3373e8d2d6b (diff) | |
download | pkgsrc-a8d6be930e55200448907d9d3b7a797f7cc680b3.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" |