diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-05 14:18:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-05 14:18:31 +0000 |
commit | 82b26a34384580c61c8a6b50fed049d13382f3d4 (patch) | |
tree | 31387b62bfdaf9014db9a00960636a5ad4fb5d04 /x11/qt3 | |
parent | 0f8d2b20c49971b8ec21154f475cc2c286a1a6c7 (diff) | |
download | pkgsrc-82b26a34384580c61c8a6b50fed049d13382f3d4.tar.gz |
Depend on qt3-tools-3.0.4nb2. Bump PKGREVISION.
Diffstat (limited to 'x11/qt3')
-rw-r--r-- | x11/qt3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index 4448823658c..4b39ce3b09e 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2002/05/30 19:16:01 schmonz Exp $ +# $NetBSD: Makefile,v 1.6 2002/08/05 14:18:31 wiz Exp $ # DISTNAME= qt3-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -12,7 +12,7 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit .include "./Makefile.common" DEPENDS+= qt3-libs-${QTVERSION}nb1:../../x11/qt3-libs -DEPENDS+= qt3-tools-${QTVERSION}nb1:../../x11/qt3-tools +DEPENDS+= qt3-tools-${QTVERSION}nb2:../../x11/qt3-tools DEPENDS+= qt3-docs-${QTVERSION}:../../x11/qt3-docs USE_X11BASE= yes |