diff options
author | darcy <darcy@pkgsrc.org> | 2004-08-26 18:57:07 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2004-08-26 18:57:07 +0000 |
commit | 11f3744354c43489e75d39d56398ed12b8d599c3 (patch) | |
tree | ec1aebc31b853c285733997f8340ef90fa0ce1af /x11 | |
parent | f9df5663fa7e41a7b7229cbfa034f56fe2c8fbc1 (diff) | |
download | pkgsrc-11f3744354c43489e75d39d56398ed12b8d599c3.tar.gz |
The PKGREVISION was bumped on qt3-libs so the DEPENDS line here needs to
reflect that change.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index c36ead81c58..54a4afe2ddf 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/05/01 18:31:36 snj Exp $ +# $NetBSD: Makefile,v 1.26 2004/08/26 18:57:07 darcy Exp $ DISTNAME= qt3-${QTVERSION} CATEGORIES= x11 @@ -9,7 +9,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}:../../x11/qt3-tools DEPENDS+= qt3-docs-${QTVERSION}:../../x11/qt3-docs |