summaryrefslogtreecommitdiff
path: root/x11/qt3-tools
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-03-19 17:54:33 +0000
committerdrochner <drochner@pkgsrc.org>2002-03-19 17:54:33 +0000
commit38e427917b81a15848da7a6ba2a8b15a1a695c06 (patch)
tree4c637084c1a3eb91cd66ed34a1524ec7b6df74b4 /x11/qt3-tools
parent9234c060b29bf9a9f732a1f3fa3ecdb26302778a (diff)
downloadpkgsrc-38e427917b81a15848da7a6ba2a8b15a1a695c06.tar.gz
update to 3.0.2
"Qt 3.0.2 is a bugfix release. It maintains both forward and backward compatibility (source and binary) with Qt 3.0.1."
Diffstat (limited to 'x11/qt3-tools')
-rw-r--r--x11/qt3-tools/Makefile7
-rw-r--r--x11/qt3-tools/buildlink.mk4
2 files changed, 6 insertions, 5 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile
index f504c13dfa0..6b8a4544857 100644
--- a/x11/qt3-tools/Makefile
+++ b/x11/qt3-tools/Makefile
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.2 2002/03/13 17:38:03 fredb Exp $
+# $NetBSD: Makefile,v 1.3 2002/03/19 17:54:37 drochner 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}nb1
+BUILDLINK_DEPENDS.qt3-libs= qt3-libs-${QTVERSION}
+
+UNLIMIT_RESOURCES= datasize
ALL_TARGET= sub-tools
diff --git a/x11/qt3-tools/buildlink.mk b/x11/qt3-tools/buildlink.mk
index 7204934eeb3..82aacb25496 100644
--- a/x11/qt3-tools/buildlink.mk
+++ b/x11/qt3-tools/buildlink.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink.mk,v 1.2 2002/03/13 17:38:03 fredb Exp $
+# $NetBSD: buildlink.mk,v 1.3 2002/03/19 17:54:37 drochner 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.1nb1
+BUILDLINK_DEPENDS.qt3-tools?= qt3-tools>=3.0.2
DEPENDS+= ${BUILDLINK_DEPENDS.qt3-tools}:../../x11/qt3-tools
EVAL_PREFIX+= BUILDLINK_PREFIX.qt3-tools=qt3-tools