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 | 7bb8840317f0662a149d35beefc283cb34199576 (patch) | |
tree | ec1aebc31b853c285733997f8340ef90fa0ce1af /x11/qt3 | |
parent | 61c5dae7eeefdbb18418a3438af5a2ea8070928c (diff) | |
download | pkgsrc-7bb8840317f0662a149d35beefc283cb34199576.tar.gz |
The PKGREVISION was bumped on qt3-libs so the DEPENDS line here needs to
reflect that change.
Diffstat (limited to 'x11/qt3')
-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 |