diff options
author | tron <tron@pkgsrc.org> | 2004-04-01 11:43:56 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-04-01 11:43:56 +0000 |
commit | 8b0f2088167fcd577e280bb33cc526a22a800b4a (patch) | |
tree | 099212bfa0df24dc7543175f49604352f575a475 /x11 | |
parent | 411baa87843b75c045c860f52a203af6519a7265 (diff) | |
download | pkgsrc-8b0f2088167fcd577e280bb33cc526a22a800b4a.tar.gz |
Fix dependencec (once more), bump package revision.
Diffstat (limited to 'x11')
-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 28902cdf947..44130fdf7f6 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2003/12/24 12:02:46 tron Exp $ +# $NetBSD: Makefile,v 1.23 2004/04/01 11:43:56 tron Exp $ DISTNAME= qt3-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -10,7 +10,7 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit .include "./Makefile.common" -DEPENDS+= qt3-libs-${QTVERSION}:../../x11/qt3-libs +DEPENDS+= qt3-libs-${QTVERSION}nb1:../../x11/qt3-libs DEPENDS+= qt3-tools-${QTVERSION}nb1:../../x11/qt3-tools DEPENDS+= qt3-docs-${QTVERSION}:../../x11/qt3-docs |