diff options
author | tron <tron@pkgsrc.org> | 2003-12-24 12:02:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-12-24 12:02:46 +0000 |
commit | 8408dcceee0964279eb717f8d6d74cbee85f0d41 (patch) | |
tree | a64d2a2c0e4f6c501f79f82b9046e6511d7922a7 /x11/qt3 | |
parent | 7b25452844f60972aea755a35cc5878131cd70fe (diff) | |
download | pkgsrc-8408dcceee0964279eb717f8d6d74cbee85f0d41.tar.gz |
Fix dependence on "qt3-tools" package and bump package revision.
Diffstat (limited to 'x11/qt3')
-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 b56715ceb45..28902cdf947 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2003/12/19 15:43:31 skrll Exp $ +# $NetBSD: Makefile,v 1.22 2003/12/24 12:02:46 tron Exp $ DISTNAME= qt3-${QTVERSION} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -10,7 +11,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 |