summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-03-12 21:02:24 +0000
committerjschauma <jschauma>2003-03-12 21:02:24 +0000
commitd530d0bec30f3c5e7b0c82ed5414a95de983dacf (patch)
tree085f08c135fbb33519e64d7f0dc6412684274790 /x11
parentfb93152701bed80e746a10cf3660dbfa62791403 (diff)
downloadpkgsrc-d530d0bec30f3c5e7b0c82ed5414a95de983dacf.tar.gz
Fix broken dependencies due to bump of PKGREVISION caused by Mesa update.
Pointed out by wiz.
Diffstat (limited to 'x11')
-rw-r--r--x11/qt2/Makefile4
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