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-libs | |
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-libs')
-rw-r--r-- | x11/qt2-libs/Makefile | 4 | ||||
-rw-r--r-- | x11/qt2-libs/buildlink.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/qt2-libs/Makefile b/x11/qt2-libs/Makefile index 341311c267b..26e206fb083 100644 --- a/x11/qt2-libs/Makefile +++ b/x11/qt2-libs/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.16 2001/11/29 01:12:52 hubertf Exp $ +# $NetBSD: Makefile,v 1.17 2002/03/13 17:38:02 fredb Exp $ # #USE_MESA= yes .include "../qt2-libs/Makefile.common" PKGNAME= qt2-libs-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= C++ X GUI toolkit USE_BUILDLINK_ONLY= yes diff --git a/x11/qt2-libs/buildlink.mk b/x11/qt2-libs/buildlink.mk index a5a335efdcd..2db4c0278ac 100644 --- a/x11/qt2-libs/buildlink.mk +++ b/x11/qt2-libs/buildlink.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink.mk,v 1.9 2001/07/27 13:33:38 jlam Exp $ +# $NetBSD: buildlink.mk,v 1.10 2002/03/13 17:38:02 fredb Exp $ # # This Makefile fragment is included by packages that use qt2-libs. # @@ -17,7 +17,7 @@ QT2_LIBS_BUILDLINK_MK= # defined .include "../../mk/bsd.buildlink.mk" -BUILDLINK_DEPENDS.qt2-libs?= qt2-libs>=2.2.4 +BUILDLINK_DEPENDS.qt2-libs?= qt2-libs>=2.3.1nb2 DEPENDS+= ${BUILDLINK_DEPENDS.qt2-libs}:../../x11/qt2-libs EVAL_PREFIX+= BUILDLINK_PREFIX.qt2-libs=qt2-libs |