diff options
Diffstat (limited to 'x11/qt3')
-rw-r--r-- | x11/qt3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index 4b39ce3b09e..b348d1fded3 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/08/05 14:18:31 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2002/08/13 12:22:31 wiz Exp $ # DISTNAME= qt3-${QTVERSION} @@ -11,7 +11,7 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit .include "./Makefile.common" -DEPENDS+= qt3-libs-${QTVERSION}nb1:../../x11/qt3-libs +DEPENDS+= qt3-libs-${QTVERSION}nb2:../../x11/qt3-libs DEPENDS+= qt3-tools-${QTVERSION}nb2:../../x11/qt3-tools DEPENDS+= qt3-docs-${QTVERSION}:../../x11/qt3-docs |