diff options
author | wiz <wiz@pkgsrc.org> | 2002-12-24 18:36:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-12-24 18:36:16 +0000 |
commit | 42e8edc974ff8dfa74093538697f0b1bfe3c1a53 (patch) | |
tree | b0e5af2bd7088a0fdc48b8d99d86bd51f0f8aaf2 /x11/qt3 | |
parent | 15f6aea91cbef30d27c3d01104553ce92583c173 (diff) | |
download | pkgsrc-42e8edc974ff8dfa74093538697f0b1bfe3c1a53.tar.gz |
Update to qt3-3.0.6nb1, depending on latest versions of libraries.
Diffstat (limited to 'x11/qt3')
-rw-r--r-- | x11/qt3/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index b7494e410aa..5582c6dfcad 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2002/10/28 08:46:45 skrll Exp $ +# $NetBSD: Makefile,v 1.12 2002/12/24 18:36:16 wiz Exp $ # -DISTNAME= qt3-${QTVERSION} +DISTNAME= qt3-${QTVERSION}nb1 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -10,9 +10,9 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit .include "./Makefile.common" -DEPENDS+= qt3-libs-${QTVERSION}:../../x11/qt3-libs -DEPENDS+= qt3-tools-${QTVERSION}:../../x11/qt3-tools -DEPENDS+= qt3-docs-${QTVERSION}:../../x11/qt3-docs +DEPENDS+= qt3-libs-${QTVERSION}nb1:../../x11/qt3-libs +DEPENDS+= qt3-tools-${QTVERSION}nb1:../../x11/qt3-tools +DEPENDS+= qt3-docs-${QTVERSION}nb1:../../x11/qt3-docs USE_BUILDLINK2= yes USE_X11BASE= yes |