diff options
author | tron <tron@pkgsrc.org> | 2003-07-23 11:10:15 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-07-23 11:10:15 +0000 |
commit | df3359d16d26c555e700a085e3c77a7d4b607f1f (patch) | |
tree | 5d7ebe354a38f19193a21f3b5b8b07b9e0ff4b52 /x11/qt3 | |
parent | cd1d77d3d9d553f70dc8eb36de3d5549c905e761 (diff) | |
download | pkgsrc-df3359d16d26c555e700a085e3c77a7d4b607f1f.tar.gz |
Fix dependence on "qt3-tools" package and bump package revision.x
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 c80a35ea347..22b9474d733 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2003/05/10 18:57:55 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2003/07/23 11:10:15 tron Exp $ DISTNAME= qt3-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -11,7 +11,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_BUILDLINK2= yes |