summaryrefslogtreecommitdiff
path: root/x11/py-qt3-qscintilla
diff options
context:
space:
mode:
Diffstat (limited to 'x11/py-qt3-qscintilla')
-rw-r--r--x11/py-qt3-qscintilla/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/py-qt3-qscintilla/Makefile b/x11/py-qt3-qscintilla/Makefile
index d5bce991b62..eac67ce7973 100644
--- a/x11/py-qt3-qscintilla/Makefile
+++ b/x11/py-qt3-qscintilla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/07/01 01:30:21 reed Exp $
+# $NetBSD: Makefile,v 1.18 2006/01/05 10:09:00 ghen Exp $
#
.include "../../x11/py-qt3-base/Makefile.common"
@@ -12,6 +12,11 @@ CONFIGURE_ARGS+= -o ${QTDIR}/lib
INSTALL_DIRS= ${WRKSRC}/qtext
+# 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 "../../x11/py-qt3-base/buildlink3.mk"
.include "../../x11/qt3-qscintilla/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"