diff options
Diffstat (limited to 'x11/qt2/Makefile')
-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 |