summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordholland <dholland>2012-04-29 04:18:48 +0000
committerdholland <dholland>2012-04-29 04:18:48 +0000
commit5171470ad60947e58c4d12478e98e0657cd2cb9c (patch)
tree683849225a73aa10d498774f2b701af2e7521e33 /x11
parent241ad0f2559374aca6c72822d9dbc7a39feb1336 (diff)
downloadpkgsrc-5171470ad60947e58c4d12478e98e0657cd2cb9c.tar.gz
Add BUILDLINK_DEPMETHOD.qt4-tools=full, revealed by Joerg's test build.
PKGREVISION -> 2.
Diffstat (limited to 'x11')
-rw-r--r--x11/py-qt4/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/py-qt4/Makefile b/x11/py-qt4/Makefile
index 3b11747a794..1a3f5d067e2 100644
--- a/x11/py-qt4/Makefile
+++ b/x11/py-qt4/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2012/04/08 19:09:19 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2012/04/29 04:18:48 dholland Exp $
PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION}
PYQT_VERSION= 4.9.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= x11 python
MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/PyQt4/
@@ -66,5 +66,6 @@ do-configure:
BUILDLINK_API_DEPENDS.qt4-libs+= qt4-libs>=4.6.1nb3
.include "../../x11/qt4-libs/buildlink3.mk"
BUILDLINK_API_DEPENDS.qt4-tools+= qt4-tools>=4.4.0nb1
+BUILDLINK_DEPMETHOD.qt4-tools= full
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"