diff options
author | wiz <wiz> | 2003-05-02 11:53:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-05-02 11:53:34 +0000 |
commit | bef3134ed490d801c9b67d774eb140aa65897ab4 (patch) | |
tree | 0b3576bf8d40c5f7d058728d38e43564bcae5836 /x11/qt3 | |
parent | 24aabfa97a1b266a2e8fe1d6f66ea5255c1f61cc (diff) | |
download | pkgsrc-bef3134ed490d801c9b67d774eb140aa65897ab4.tar.gz |
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
Diffstat (limited to 'x11/qt3')
-rw-r--r-- | x11/qt3/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index 26bf763ad7f..47f0ef1a9b9 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2003/03/28 21:14:40 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2003/05/02 11:57:30 wiz Exp $ DISTNAME= qt3-${QTVERSION} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -9,9 +10,9 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit .include "./Makefile.common" -DEPENDS+= qt3-libs-${QTVERSION}:../../x11/qt3-libs -DEPENDS+= qt3-tools-${QTVERSION}:../../x11/qt3-tools -DEPENDS+= qt3-docs-${QTVERSION}:../../x11/qt3-docs +DEPENDS+= qt3-libs-${QTVERSION}nb1:../../x11/qt3-libs +DEPENDS+= qt3-tools-${QTVERSION}nb1:../../x11/qt3-tools +DEPENDS+= qt3-docs-${QTVERSION}nb1:../../x11/qt3-docs USE_BUILDLINK2= yes USE_X11BASE= yes |