summaryrefslogtreecommitdiff
path: root/x11/qt3-tools
diff options
context:
space:
mode:
authorfredb <fredb>2002-03-13 17:36:35 +0000
committerfredb <fredb>2002-03-13 17:36:35 +0000
commit6f3fde27db897874de706ce34882f6ee2cb4523f (patch)
treedc32ede50f2b2eb416705689058f2df8cb72865f /x11/qt3-tools
parent39efccc163d8b191943eada35beb1ec610c3dd79 (diff)
downloadpkgsrc-6f3fde27db897874de706ce34882f6ee2cb4523f.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-tools')
-rw-r--r--x11/qt3-tools/Makefile5
-rw-r--r--x11/qt3-tools/buildlink.mk4
2 files changed, 5 insertions, 4 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile
index cc906a56d46..f504c13dfa0 100644
--- a/x11/qt3-tools/Makefile
+++ b/x11/qt3-tools/Makefile
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/01/07 08:09:16 skrll Exp $
+# $NetBSD: Makefile,v 1.2 2002/03/13 17:38:03 fredb Exp $
#
.include "../qt3-libs/Makefile.common"
PKGNAME= qt3-tools-${QTVERSION}
+PKGREVISION= 1
COMMENT= QT GUI (WYSIWYG) builder and other tools
CONFIGURE_ARGS+= -I${BUILDLINK_QTDIR}/include \
-L${BUILDLINK_QTDIR}/lib
USE_BUILDLINK_ONLY= yes
-BUILDLINK_DEPENDS.qt3-libs= qt3-libs-${QTVERSION}
+BUILDLINK_DEPENDS.qt3-libs= qt3-libs-${QTVERSION}nb1
ALL_TARGET= sub-tools
diff --git a/x11/qt3-tools/buildlink.mk b/x11/qt3-tools/buildlink.mk
index 767c5c9e426..7204934eeb3 100644
--- a/x11/qt3-tools/buildlink.mk
+++ b/x11/qt3-tools/buildlink.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink.mk,v 1.1.1.1 2002/01/07 08:09:16 skrll Exp $
+# $NetBSD: buildlink.mk,v 1.2 2002/03/13 17:38:03 fredb Exp $
#
# This Makefile fragment is included by packages that use qt3-tools.
#
@@ -17,7 +17,7 @@ QT3_TOOLS_BUILDLINK_MK= # defined
.include "../../mk/bsd.buildlink.mk"
-BUILDLINK_DEPENDS.qt3-tools?= qt3-tools>=3.0.1
+BUILDLINK_DEPENDS.qt3-tools?= qt3-tools>=3.0.1nb1
DEPENDS+= ${BUILDLINK_DEPENDS.qt3-tools}:../../x11/qt3-tools
EVAL_PREFIX+= BUILDLINK_PREFIX.qt3-tools=qt3-tools