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 /misc/celestia-kde/Makefile | |
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 'misc/celestia-kde/Makefile')
-rw-r--r-- | misc/celestia-kde/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/celestia-kde/Makefile b/misc/celestia-kde/Makefile index 6c6302e94bf..7ef234edf31 100644 --- a/misc/celestia-kde/Makefile +++ b/misc/celestia-kde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/12/05 20:50:38 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2006/01/05 10:08:59 ghen Exp $ PKGNAME= ${DISTNAME:S/-/-kde-/} PKGREVISION= 1 @@ -56,6 +56,10 @@ do-install: .include "../../x11/kdelibs3/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 "../../misc/celestia/Makefile.common" |