diff options
author | drochner <drochner@pkgsrc.org> | 2006-02-10 10:59:36 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-02-10 10:59:36 +0000 |
commit | 451010cfb700b009898b4d422a178a1481f02447 (patch) | |
tree | c453edcae72e6d028c5c6aba5bbbd7068a63f111 /x11/py-qt3-modules | |
parent | 21c455607d38c5dd441efe014f8058510df6e8a1 (diff) | |
download | pkgsrc-451010cfb700b009898b4d422a178a1481f02447.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/Makefile | 7 |
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" |