diff options
author | ghen <ghen@pkgsrc.org> | 2006-01-05 10:08:58 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-01-05 10:08:58 +0000 |
commit | e30ca99b3e1de09a5721dca70bfa0e6d3493b53b (patch) | |
tree | b345d1e84fd4fee52138fac9f81a99f3b853ec00 /cad/qcad | |
parent | f835513a5bd9850b47f00efed2a3d916de59517e (diff) | |
download | pkgsrc-e30ca99b3e1de09a5721dca70bfa0e6d3493b53b.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 'cad/qcad')
-rw-r--r-- | cad/qcad/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 52045bc90dc..4638de5e84b 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/12/05 20:49:52 rillig Exp $ +# $NetBSD: Makefile,v 1.31 2006/01/05 10:08:58 ghen Exp $ DISTNAME= qcad-1.5.4-src PKGNAME= qcad-1.5.4 @@ -48,4 +48,8 @@ do-install: .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" |