summaryrefslogtreecommitdiff
path: root/audio/qsynth
diff options
context:
space:
mode:
Diffstat (limited to 'audio/qsynth')
-rw-r--r--audio/qsynth/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/qsynth/Makefile b/audio/qsynth/Makefile
index 00b0b1ce175..22fbdef866c 100644
--- a/audio/qsynth/Makefile
+++ b/audio/qsynth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/10/19 15:13:38 adam Exp $
+# $NetBSD: Makefile,v 1.2 2006/01/05 10:08:58 ghen Exp $
DISTNAME= qsynth-0.2.4
CATEGORIES= audio
@@ -26,4 +26,8 @@ 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"