summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/py-qt3-modules/Makefile7
-rw-r--r--x11/py-qt3-qscintilla/Makefile7
2 files changed, 2 insertions, 12 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"
diff --git a/x11/py-qt3-qscintilla/Makefile b/x11/py-qt3-qscintilla/Makefile
index 2d66f861453..15183914201 100644
--- a/x11/py-qt3-qscintilla/Makefile
+++ b/x11/py-qt3-qscintilla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/02/05 23:11:41 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2006/02/10 10:59:36 drochner Exp $
#
.include "../../x11/py-qt3-base/Makefile.common"
@@ -13,11 +13,6 @@ 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"