diff options
author | ghen <ghen> | 2006-01-05 10:08:58 +0000 |
---|---|---|
committer | ghen <ghen> | 2006-01-05 10:08:58 +0000 |
commit | e43e2714cbe57fbb997fd73f21204de03db3a3d3 (patch) | |
tree | b345d1e84fd4fee52138fac9f81a99f3b853ec00 /security/libfwbuilder | |
parent | 76d8c61c3a8bc7d19a492384cdb464b41a3b5507 (diff) | |
download | pkgsrc-e43e2714cbe57fbb997fd73f21204de03db3a3d3.tar.gz |
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.
Diffstat (limited to 'security/libfwbuilder')
-rw-r--r-- | security/libfwbuilder/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile index 35915473681..f3a40d5f6a7 100644 --- a/security/libfwbuilder/Makefile +++ b/security/libfwbuilder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/12/12 20:25:09 bad Exp $ +# $NetBSD: Makefile,v 1.13 2006/01/05 10:08:59 ghen Exp $ DISTNAME= libfwbuilder-2.0.10 CATEGORIES= security net @@ -24,5 +24,9 @@ post-install: .include "../../textproc/libxslt/buildlink3.mk" .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" |