diff options
author | jlam <jlam> | 2001-11-16 09:11:38 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-16 09:11:38 +0000 |
commit | a7faffbed18fa6f0c573d8b7d6b5836bd71c975b (patch) | |
tree | b32bb87ecfed12ff443b893c2c55d0e330d58762 /x11/qt2 | |
parent | 8ace56eacf0442dc7cfd99c31fcd14e0efc0bee7 (diff) | |
download | pkgsrc-a7faffbed18fa6f0c573d8b7d6b5836bd71c975b.tar.gz |
Update qt2 to 2.3.1nb2. The only change from version 2.3.1nb1 is depending
on the latest qt2-libs-2.3.1nb1.
Diffstat (limited to 'x11/qt2')
-rw-r--r-- | x11/qt2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/qt2/Makefile b/x11/qt2/Makefile index af83e7faebe..06c6fab0e67 100644 --- a/x11/qt2/Makefile +++ b/x11/qt2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2001/07/15 20:18:20 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2001/11/16 09:11:38 jlam Exp $ # -DISTNAME= qt2-${QTVERSION}nb1 +DISTNAME= qt2-${QTVERSION}nb2 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -10,7 +10,7 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit .include "Makefile.common" -DEPENDS+= qt2-libs-${QTVERSION}:../../x11/qt2-libs +DEPENDS+= qt2-libs-${QTVERSION}nb1:../../x11/qt2-libs DEPENDS+= {qt2-designer-${QTVERSION}nb1,qt2-designer-kde-${QTVERSION}nb1}:../../x11/qt2-designer DEPENDS+= qt2-docs-${QTVERSION}:../../x11/qt2-docs DEPENDS+= qt2-examples-${QTVERSION}:../../x11/qt2-examples |