diff options
author | tron <tron> | 2004-10-05 20:06:36 +0000 |
---|---|---|
committer | tron <tron> | 2004-10-05 20:06:36 +0000 |
commit | d3717b4d37008c9570a3b33a46ef8ca171a359fb (patch) | |
tree | e18040416a317a0e368ab1262f8ecc277606230c /x11/qt3/Makefile | |
parent | 2cf44a181cc19bab8829f7df0e9d2155477391bd (diff) | |
download | pkgsrc-d3717b4d37008c9570a3b33a46ef8ca171a359fb.tar.gz |
Fix dependences broken by package revision bump madness. Bump package
revision of this package, too.
Diffstat (limited to 'x11/qt3/Makefile')
-rw-r--r-- | x11/qt3/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index 54a4afe2ddf..3307f508336 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2004/08/26 18:57:07 darcy Exp $ +# $NetBSD: Makefile,v 1.27 2004/10/05 20:06:36 tron Exp $ DISTNAME= qt3-${QTVERSION} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -9,9 +10,9 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit .include "./Makefile.common" -DEPENDS+= qt3-libs-${QTVERSION}nb1:../../x11/qt3-libs -DEPENDS+= qt3-tools-${QTVERSION}:../../x11/qt3-tools -DEPENDS+= qt3-docs-${QTVERSION}:../../x11/qt3-docs +DEPENDS+= qt3-libs-${QTVERSION}nb2:../../x11/qt3-libs +DEPENDS+= qt3-tools-${QTVERSION}nb1:../../x11/qt3-tools +DEPENDS+= qt3-docs-${QTVERSION}nb1:../../x11/qt3-docs NO_BUILDLINK= yes USE_X11= yes |