diff options
-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 49734048c77..89d09648ca1 100644 --- a/x11/qt2/Makefile +++ b/x11/qt2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2003/06/19 08:24:33 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2003/12/18 09:52:01 wiz Exp $ # DISTNAME= qt2-${QTVERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -11,7 +11,7 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit .include "Makefile.common" -DEPENDS+= qt2-libs-${QTVERSION}nb4:../../x11/qt2-libs +DEPENDS+= qt2-libs-${QTVERSION}nb5:../../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 |