pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11 remove explicite setting of BUILDLINK_DEPMETHOD.qt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6323b38a00a2
branches:  trunk
changeset: 507859:6323b38a00a2
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Feb 10 10:59:36 2006 +0000

description:
remove explicite setting of BUILDLINK_DEPMETHOD.qt3-tools; we get
a runtime dependency through py-qt3-base anyway

diffstat:

 x11/py-qt3-modules/Makefile    |  7 +------
 x11/py-qt3-qscintilla/Makefile |  7 +------
 2 files changed, 2 insertions(+), 12 deletions(-)

diffs (41 lines):

diff -r ee9994bd782c -r 6323b38a00a2 x11/py-qt3-modules/Makefile
--- a/x11/py-qt3-modules/Makefile       Fri Feb 10 10:45:02 2006 +0000
+++ b/x11/py-qt3-modules/Makefile       Fri Feb 10 10:59:36 2006 +0000
@@ -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}/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 -r ee9994bd782c -r 6323b38a00a2 x11/py-qt3-qscintilla/Makefile
--- a/x11/py-qt3-qscintilla/Makefile    Fri Feb 10 10:45:02 2006 +0000
+++ b/x11/py-qt3-qscintilla/Makefile    Fri Feb 10 10:59:36 2006 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index