summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-05-06 18:52:04 +0000
committerdholland <dholland@pkgsrc.org>2012-05-06 18:52:04 +0000
commitfb6e6a460e3ecdbca95d92c510a67c17dab1fad2 (patch)
tree4ce1a4daf032a78b59e6477d702067642d0e6c5c /x11
parent16ec0f05227157927e8a942a26876e98ed6e0353 (diff)
downloadpkgsrc-fb6e6a460e3ecdbca95d92c510a67c17dab1fad2.tar.gz
Needs full dependence on qt3-tools. Shown by Joerg's test build a few
days back. PKGREVISION -> 9.
Diffstat (limited to 'x11')
-rw-r--r--x11/py-qt3-modules/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/py-qt3-modules/Makefile b/x11/py-qt3-modules/Makefile
index f4beb1073ad..4da575f03d3 100644
--- a/x11/py-qt3-modules/Makefile
+++ b/x11/py-qt3-modules/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2011/11/01 06:03:05 sbd Exp $
+# $NetBSD: Makefile,v 1.35 2012/05/06 18:52:04 dholland Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
@@ -6,11 +6,13 @@ PKG_DESTDIR_SUPPORT= user-destdir
.include "../../x11/py-qt3-base/Makefile.common"
PKGNAME= ${PYPKGPREFIX}-qt3-modules-${PYQT_VERSION}
-PKGREVISION= 8
+PKGREVISION= 9
COMMENT= Various Python modules for Qt3
INSTALL_DIRS= qtcanvas qtgl qtnetwork qtsql qttable qtui qtxml
.include "../../x11/py-qt3-base/buildlink3.mk"
+BUILDLINK_DEPMETHOD.qt3-tools= full
+.include "../../x11/qt3-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"