summaryrefslogtreecommitdiff
path: root/x11/py-qt3-base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/py-qt3-base/Makefile')
-rw-r--r--x11/py-qt3-base/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/py-qt3-base/Makefile b/x11/py-qt3-base/Makefile
index fff2a4594f4..0f6cf0110d6 100644
--- a/x11/py-qt3-base/Makefile
+++ b/x11/py-qt3-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/12/05 20:51:18 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2006/01/05 10:08:59 ghen Exp $
#
.include "../../x11/py-qt3-base/Makefile.common"
@@ -25,4 +25,8 @@ SUBST_SED.pyversfx= -e "s|@PYVERSSUFFIX@|${PYVERSSUFFIX}|g"
.include "../../x11/py-qt3-sip/buildlink3.mk"
.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"