diff options
author | drochner <drochner> | 2006-02-10 10:59:36 +0000 |
---|---|---|
committer | drochner <drochner> | 2006-02-10 10:59:36 +0000 |
commit | 78ebced77cf9982be4be5e8b26b670f43f8584da (patch) | |
tree | c453edcae72e6d028c5c6aba5bbbd7068a63f111 /x11 | |
parent | 5c454dc79d5693f65fedd8c5ba78e6e03c71dd24 (diff) | |
download | pkgsrc-78ebced77cf9982be4be5e8b26b670f43f8584da.tar.gz |
remove explicite setting of BUILDLINK_DEPMETHOD.qt3-tools; we get
a runtime dependency through py-qt3-base anyway
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-qt3-modules/Makefile | 7 | ||||
-rw-r--r-- | x11/py-qt3-qscintilla/Makefile | 7 |
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" |