diff options
-rw-r--r-- | x11/py-qt3-modules/Makefile | 6 |
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" |