diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-10 18:57:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-10 18:57:55 +0000 |
commit | 76a0da24a82deb8e1fe74ad5b2fb8cc6eacb71d1 (patch) | |
tree | 48fb5b81d04382137016397392d9845513db3615 | |
parent | 17b9b59877a3f4dde9dcd71ca70dafb087fa9c90 (diff) | |
download | pkgsrc-76a0da24a82deb8e1fe74ad5b2fb8cc6eacb71d1.tar.gz |
Depend on latest version of qt3-docs (there is no 3.1.2nb1 yet!).
-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 |