From 3414c0df59323d3b6ea562127cd8c37ad2419db6 Mon Sep 17 00:00:00 2001 From: ghen Date: Thu, 5 Jan 2006 10:08:58 +0000 Subject: Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build", without affecting packages that are currently using it. Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor "build" now set it to "full", but should be checked whether they really need it (comment added). Packages which previously set it to "build" now don't set it anymore. Ok by jlam, wiz. --- security/MyPasswordSafe/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'security/MyPasswordSafe/Makefile') diff --git a/security/MyPasswordSafe/Makefile b/security/MyPasswordSafe/Makefile index dc5f2254eed..68e69f0f6fc 100644 --- a/security/MyPasswordSafe/Makefile +++ b/security/MyPasswordSafe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/11/17 22:12:37 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2006/01/05 10:08:59 ghen Exp $ # DISTNAME= MyPasswordSafe-20050615.src @@ -17,4 +17,8 @@ MAKE_FLAGS+= QMAKE=${QTDIR:Q}/bin/qmake .include "../../x11/qt3-libs/buildlink3.mk" .include "../../x11/qt3-tools/buildlink3.mk" +# XXX Please verify whether qt3-tools is really needed at run-time. +# If it is, then remove this comment. If it is not, then remove +# this comment and the line below, and bump PKGREVISION. +BUILDLINK_DEPMETHOD.qt3-tools= full .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3