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 | 455345bb5b70f1c8716c2a55969632ca721ea0c7 (patch) | |
tree | b345d1e84fd4fee52138fac9f81a99f3b853ec00 /meta-pkgs | |
parent | ca8c5cb5f8681f4261eefcbe64c2e550f117973c (diff) | |
download | pkgsrc-455345bb5b70f1c8716c2a55969632ca721ea0c7.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 'meta-pkgs')
-rw-r--r-- | meta-pkgs/kde3/kde3.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-pkgs/kde3/kde3.mk b/meta-pkgs/kde3/kde3.mk index e6a5a153911..fb1c8ccada0 100644 --- a/meta-pkgs/kde3/kde3.mk +++ b/meta-pkgs/kde3/kde3.mk @@ -1,4 +1,4 @@ -# $NetBSD: kde3.mk,v 1.11 2005/12/05 23:55:12 rillig Exp $ +# $NetBSD: kde3.mk,v 1.12 2006/01/05 10:08:59 ghen Exp $ # # This Makefile fragment is included by packages that use the KDE3 # configure-and-build process. @@ -96,7 +96,6 @@ BUILDLINK_DEPENDS.qt3-libs+= qt3-libs>=3.3.3nb1 .include "../../x11/qt3-libs/buildlink3.mk" .endif -BUILDLINK_DEPMETHOD.qt3-tools= build .include "../../x11/qt3-tools/buildlink3.mk" .endif # KDE3_MK |