summaryrefslogtreecommitdiff
path: root/x11/py-qt3-modules
diff options
context:
space:
mode:
authordholland <dholland>2012-05-06 18:52:04 +0000
committerdholland <dholland>2012-05-06 18:52:04 +0000
commit44a10c22f5bfd9b4668e615a348f527cf44e70d2 (patch)
tree4ce1a4daf032a78b59e6477d702067642d0e6c5c /x11/py-qt3-modules
parent7fc5402b5762c95f4159f2662d191e8b7fcb07be (diff)
downloadpkgsrc-44a10c22f5bfd9b4668e615a348f527cf44e70d2.tar.gz
Needs full dependence on qt3-tools. Shown by Joerg's test build a few
days back. PKGREVISION -> 9.
Diffstat (limited to 'x11/py-qt3-modules')
-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"