diff options
author | fredb <fredb> | 2002-03-13 17:36:35 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-03-13 17:36:35 +0000 |
commit | 3e16215ca52f8cd61aaaa501d4314bc6004ed4db (patch) | |
tree | dc32ede50f2b2eb416705689058f2df8cb72865f /x11/qt3-libs | |
parent | 298540b97aa5e64368ae09c15957bbfe41b2b96a (diff) | |
download | pkgsrc-3e16215ca52f8cd61aaaa501d4314bc6004ed4db.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/qt3-libs')
-rw-r--r-- | x11/qt3-libs/Makefile | 3 | ||||
-rw-r--r-- | x11/qt3-libs/Makefile.common | 3 | ||||
-rw-r--r-- | x11/qt3-libs/buildlink.mk | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/x11/qt3-libs/Makefile b/x11/qt3-libs/Makefile index 215f0e15ee8..fa5e31242a2 100644 --- a/x11/qt3-libs/Makefile +++ b/x11/qt3-libs/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/01/07 08:07:57 skrll Exp $ +# $NetBSD: Makefile,v 1.2 2002/03/13 17:38:02 fredb Exp $ # .include "../qt3-libs/Makefile.common" PKGNAME= qt3-libs-${QTVERSION} +PKGREVISION= 1 COMMENT= C++ X GUI toolkit USE_BUILDLINK_ONLY= yes diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index 8f24a639b18..0641da67ea9 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,6 +1,7 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2002/01/07 08:07:58 skrll Exp $ +# $NetBSD: Makefile.common,v 1.2 2002/03/13 17:38:03 fredb Exp $ # DISTNAME= qt-x11-free-${QTVERSION} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= \ ftp://ftp.trolltech.com/qt/source/ \ diff --git a/x11/qt3-libs/buildlink.mk b/x11/qt3-libs/buildlink.mk index 65c701c6b10..37191b13339 100644 --- a/x11/qt3-libs/buildlink.mk +++ b/x11/qt3-libs/buildlink.mk @@ -17,7 +17,7 @@ QT3_LIBS_BUILDLINK_MK= # defined .include "../../mk/bsd.buildlink.mk" -BUILDLINK_DEPENDS.qt3-libs?= qt3-libs>=3.0.1 +BUILDLINK_DEPENDS.qt3-libs?= qt3-libs>=3.0.1nb1 DEPENDS+= ${BUILDLINK_DEPENDS.qt3-libs}:../../x11/qt3-libs EVAL_PREFIX+= BUILDLINK_PREFIX.qt3-libs=qt3-libs |