diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-13 12:22:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-13 12:22:31 +0000 |
commit | 50d52abc9a7a391db386f66eb27d7d7de7645cbf (patch) | |
tree | 5b6d716c159bc015e4a3212cd3621efdeeffaeea /x11 | |
parent | 0fc4b3a6254b19b84c8ae2b60b14d19f7707a90b (diff) | |
download | pkgsrc-50d52abc9a7a391db386f66eb27d7d7de7645cbf.tar.gz |
Depend on qt3-libs-3.0.4nb2.
Diffstat (limited to 'x11')
-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 |