diff options
author | drochner <drochner> | 2002-03-19 17:54:33 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-03-19 17:54:33 +0000 |
commit | 05e029258f879358acdc0d49dbb4687b057aad67 (patch) | |
tree | 4c637084c1a3eb91cd66ed34a1524ec7b6df74b4 /x11/qt3-tools | |
parent | 158605adedbc578f1e68c699fa4589026543c24a (diff) | |
download | pkgsrc-05e029258f879358acdc0d49dbb4687b057aad67.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/Makefile | 7 | ||||
-rw-r--r-- | x11/qt3-tools/buildlink.mk | 4 |
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 |