summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2006-02-10 10:45:02 +0000
committerdrochner <drochner@pkgsrc.org>2006-02-10 10:45:02 +0000
commit21c455607d38c5dd441efe014f8058510df6e8a1 (patch)
tree6d1534fb22efc800df36d244a3cf1cd1882f6db1 /x11
parentfb2386b57f53dfd2396444987592f4708e94483a (diff)
downloadpkgsrc-21c455607d38c5dd441efe014f8058510df6e8a1.tar.gz
clarify that we need a runtime dependency on qt3-tools
(this also means that everything using py-qt gets this runtime dep implicitely, no matter what the Makefile does to BUILDLINK_DEPMETHOD)
Diffstat (limited to 'x11')
-rw-r--r--x11/py-qt3-base/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/py-qt3-base/Makefile b/x11/py-qt3-base/Makefile
index a52f4a4ff55..ce776f8341e 100644
--- a/x11/py-qt3-base/Makefile
+++ b/x11/py-qt3-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/02/05 23:11:41 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2006/02/10 10:45:02 drochner Exp $
#
.include "../../x11/py-qt3-base/Makefile.common"
@@ -26,8 +26,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.
+# ${PYSITELIB}/qt.so depends on libqassistantclient.so
+# which is part of qt3-tools, so we need a runtime dependency
+# XXX split this pkg?
BUILDLINK_DEPMETHOD.qt3-tools= full
.include "../../mk/bsd.pkg.mk"