diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-13 17:36:35 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-13 17:36:35 +0000 |
commit | b48eba1112f54d5bd53419acb41234e880b1c4d8 (patch) | |
tree | dc32ede50f2b2eb416705689058f2df8cb72865f /x11/qt2/Makefile | |
parent | b83587c254a875614110a4d3bcfeafebc7536d9a (diff) | |
download | pkgsrc-b48eba1112f54d5bd53419acb41234e880b1c4d8.tar.gz |
Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
Diffstat (limited to 'x11/qt2/Makefile')
-rw-r--r-- | x11/qt2/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/x11/qt2/Makefile b/x11/qt2/Makefile index 06c6fab0e67..e02614aafdf 100644 --- a/x11/qt2/Makefile +++ b/x11/qt2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2001/11/16 09:11:38 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/03/13 17:38:00 fredb Exp $ # -DISTNAME= qt2-${QTVERSION}nb2 +DISTNAME= qt2-${QTVERSION} +PKGREVISION= 3 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -10,10 +11,10 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit .include "Makefile.common" -DEPENDS+= qt2-libs-${QTVERSION}nb1:../../x11/qt2-libs -DEPENDS+= {qt2-designer-${QTVERSION}nb1,qt2-designer-kde-${QTVERSION}nb1}:../../x11/qt2-designer -DEPENDS+= qt2-docs-${QTVERSION}:../../x11/qt2-docs -DEPENDS+= qt2-examples-${QTVERSION}:../../x11/qt2-examples +DEPENDS+= qt2-libs-${QTVERSION}nb2:../../x11/qt2-libs +DEPENDS+= {qt2-designer-${QTVERSION}nb2,qt2-designer-kde-${QTVERSION}nb2}:../../x11/qt2-designer +DEPENDS+= qt2-docs-${QTVERSION}nb2:../../x11/qt2-docs +DEPENDS+= qt2-examples-${QTVERSION}nb2:../../x11/qt2-examples USE_X11BASE= yes EXTRACT_ONLY= # empty |