Needs full dependence on qt3-tools. Shown by Joerg's test build a few

days back. PKGREVISION -> 9.
This commit is contained in:
dholland 2012-05-06 18:52:04 +00:00
parent c3ff67d440
commit 75b7b2618a

View file

@ -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"