summaryrefslogtreecommitdiff
path: root/x11/py-qt3-modules
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2006-02-10 10:59:36 +0000
committerdrochner <drochner@pkgsrc.org>2006-02-10 10:59:36 +0000
commit6bf3a8e2f75c83268de100ec8020047550972a99 (patch)
treec453edcae72e6d028c5c6aba5bbbd7068a63f111 /x11/py-qt3-modules
parentce5d6a4b166aa1932bba8a528fbff092e2bffec6 (diff)
downloadpkgsrc-6bf3a8e2f75c83268de100ec8020047550972a99.tar.gz
remove explicite setting of BUILDLINK_DEPMETHOD.qt3-tools; we get
a runtime dependency through py-qt3-base anyway
Diffstat (limited to 'x11/py-qt3-modules')
-rw-r--r--x11/py-qt3-modules/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/x11/py-qt3-modules/Makefile b/x11/py-qt3-modules/Makefile
index 62f650be19d..a078435ab0d 100644
--- a/x11/py-qt3-modules/Makefile
+++ b/x11/py-qt3-modules/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:59:36 drochner Exp $
#
.include "../../x11/py-qt3-base/Makefile.common"
@@ -12,10 +12,5 @@ INSTALL_DIRS= ${WRKSRC}/qtcanvas ${WRKSRC}/qtgl ${WRKSRC}/qtnetwork
INSTALL_DIRS+= ${WRKSRC}/qtsql ${WRKSRC}/qttable ${WRKSRC}/qtui
INSTALL_DIRS+= ${WRKSRC}/qtxml
-# 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 "../../mk/bsd.pkg.mk"