diff options
Diffstat (limited to 'x11/qt2')
-rw-r--r-- | x11/qt2/Makefile | 4 | ||||
-rw-r--r-- | x11/qt2/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/qt2/Makefile b/x11/qt2/Makefile index 6662ba922d7..fc973151740 100644 --- a/x11/qt2/Makefile +++ b/x11/qt2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/01/13 12:41:38 skrll Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/06 09:26:11 skrll Exp $ # DISTNAME= qt2-${QTVERSION} @@ -9,9 +9,9 @@ DISTFILES= # empty .include "Makefile.common" DEPENDS+= qt2-libs-${QTVERSION}:../../x11/qt2-libs +DEPENDS+= qt2-designer-${QTVERSION}:../../x11/qt2-designer DEPENDS+= qt2-docs-${QTVERSION}:../../x11/qt2-docs DEPENDS+= qt2-examples-${QTVERSION}:../../x11/qt2-examples -DEPENDS+= qt2-designer-${QTVERSION}:../../x11/qt2-designer USE_X11BASE= yes EXTRACT_ONLY= # empty diff --git a/x11/qt2/Makefile.common b/x11/qt2/Makefile.common index c6701d6389b..fc4e9f1256b 100644 --- a/x11/qt2/Makefile.common +++ b/x11/qt2/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.2 2000/12/26 13:00:13 skrll Exp $ +# $NetBSD: Makefile.common,v 1.3 2001/02/06 09:26:11 skrll Exp $ # -QTVERSION= 2.2.3 +QTVERSION= 2.2.4 MAINTAINER= skrll@netbsd.org HOMEPAGE= http://www.trolltech.com/products/qt.html |