diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-12 21:02:24 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-12 21:02:24 +0000 |
commit | 5ecc9f02e7b40af21cd919621c5b209333328f73 (patch) | |
tree | 085f08c135fbb33519e64d7f0dc6412684274790 /x11/qt2 | |
parent | fdfc6335ceb651855d36b75661a29e1e2ec5ea02 (diff) | |
download | pkgsrc-5ecc9f02e7b40af21cd919621c5b209333328f73.tar.gz |
Fix broken dependencies due to bump of PKGREVISION caused by Mesa update.
Pointed out by wiz.
Diffstat (limited to 'x11/qt2')
-rw-r--r-- | x11/qt2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt2/Makefile b/x11/qt2/Makefile index e02614aafdf..529f3554b30 100644 --- a/x11/qt2/Makefile +++ b/x11/qt2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/03/13 17:38:00 fredb Exp $ +# $NetBSD: Makefile,v 1.11 2003/03/12 21:02:26 jschauma Exp $ # DISTNAME= qt2-${QTVERSION} @@ -11,7 +11,7 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit .include "Makefile.common" -DEPENDS+= qt2-libs-${QTVERSION}nb2:../../x11/qt2-libs +DEPENDS+= qt2-libs-${QTVERSION}nb3:../../x11/qt2-libs DEPENDS+= {qt2-designer-${QTVERSION}nb2,qt2-designer-kde-${QTVERSION}nb2}:../../x11/qt2-designer DEPENDS+= qt2-docs-${QTVERSION}nb2:../../x11/qt2-docs DEPENDS+= qt2-examples-${QTVERSION}nb2:../../x11/qt2-examples |