summaryrefslogtreecommitdiff
path: root/audio/kmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/kmp/Makefile')
-rw-r--r--audio/kmp/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/kmp/Makefile b/audio/kmp/Makefile
index da1aade71d5..8dbb4576848 100644
--- a/audio/kmp/Makefile
+++ b/audio/kmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/11/18 20:19:42 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2006/01/05 10:08:58 ghen Exp $
DISTNAME= kmp-0.01
PKGREVISION= 1
@@ -17,4 +17,8 @@ CONFIGURE_ARGS+= ${PREFIX}
.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 "../../mk/bsd.pkg.mk"