diff options
author | wiz <wiz> | 2003-05-10 18:57:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-05-10 18:57:55 +0000 |
commit | a9c1434ab298e3fc10bb56f7a6297dc719abdef4 (patch) | |
tree | 48fb5b81d04382137016397392d9845513db3615 /x11/qt3/Makefile | |
parent | 86e631ac65957116e35536a9a97f736e1e143f74 (diff) | |
download | pkgsrc-a9c1434ab298e3fc10bb56f7a6297dc719abdef4.tar.gz |
Depend on latest version of qt3-docs (there is no 3.1.2nb1 yet!).
Diffstat (limited to 'x11/qt3/Makefile')
-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 |