diff options
author | wiz <wiz> | 2003-05-10 18:57:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-05-10 18:57:55 +0000 |
commit | fc0faf94e165e9c9dbcc025f85a1f96fc4b34708 (patch) | |
tree | 48fb5b81d04382137016397392d9845513db3615 /x11/qt3 | |
parent | 1790a20f10b23361df67b93eb04ebf50a3dff21e (diff) | |
download | pkgsrc-fc0faf94e165e9c9dbcc025f85a1f96fc4b34708.tar.gz |
Depend on latest version of qt3-docs (there is no 3.1.2nb1 yet!).
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 47f0ef1a9b9..c80a35ea347 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/05/02 11:57:30 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2003/05/10 18:57:55 wiz Exp $ DISTNAME= qt3-${QTVERSION} PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit DEPENDS+= qt3-libs-${QTVERSION}nb1:../../x11/qt3-libs DEPENDS+= qt3-tools-${QTVERSION}nb1:../../x11/qt3-tools -DEPENDS+= qt3-docs-${QTVERSION}nb1:../../x11/qt3-docs +DEPENDS+= qt3-docs-${QTVERSION}:../../x11/qt3-docs USE_BUILDLINK2= yes USE_X11BASE= yes |