summaryrefslogtreecommitdiff
path: root/graphics/lprof
diff options
context:
space:
mode:
authorghen <ghen>2006-01-05 10:08:58 +0000
committerghen <ghen>2006-01-05 10:08:58 +0000
commite43e2714cbe57fbb997fd73f21204de03db3a3d3 (patch)
treeb345d1e84fd4fee52138fac9f81a99f3b853ec00 /graphics/lprof
parent76d8c61c3a8bc7d19a492384cdb464b41a3b5507 (diff)
downloadpkgsrc-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 'graphics/lprof')
-rw-r--r--graphics/lprof/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/lprof/Makefile b/graphics/lprof/Makefile
index 5f677c74e30..e863b1fc57c 100644
--- a/graphics/lprof/Makefile
+++ b/graphics/lprof/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/12/05 20:50:21 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2006/01/05 10:08:59 ghen Exp $
#
DISTNAME= lprof-1.10.1
@@ -15,8 +15,6 @@ USE_TOOLS+= gmake
MAKE_ENV+= BASEDIR=${PREFIX:Q} QTDIR=${PREFIX}/qt3
MAKE_ENV+= LDFLAGS=${LDFLAGS:M*:Q}
-BUILDLINK_DEPMETHOD.qt3-tools= build
-
.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"
.include "../../graphics/lcms/buildlink3.mk"