diff options
author | wiz <wiz> | 2002-10-12 18:04:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-12 18:04:34 +0000 |
commit | 2c85ab3a5660f710b19e5cb41841dd40d7eb17bc (patch) | |
tree | 7ca2a112dcbe2de20e1cd445b2fcd54cee5dd261 /x11/qt3/Makefile | |
parent | 58268f64e0653cd79d03eefdfc39180d3bb4549b (diff) | |
download | pkgsrc-2c85ab3a5660f710b19e5cb41841dd40d7eb17bc.tar.gz |
Bump dependency on qt3-tools to latest version, and increase PKGREVISION.
Diffstat (limited to 'x11/qt3/Makefile')
-rw-r--r-- | x11/qt3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index 43160b62e63..0266b5e1174 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2002/10/02 07:28:17 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/10/12 18:04:34 wiz Exp $ # DISTNAME= qt3-${QTVERSION} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -11,7 +12,7 @@ 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-tools-${QTVERSION}nb1:../../x11/qt3-tools DEPENDS+= qt3-docs-${QTVERSION}:../../x11/qt3-docs USE_BUILDLINK2= yes |