summaryrefslogtreecommitdiff
path: root/editors/lyx-qt
diff options
context:
space:
mode:
authorghen <ghen>2006-01-05 10:08:58 +0000
committerghen <ghen>2006-01-05 10:08:58 +0000
commit3414c0df59323d3b6ea562127cd8c37ad2419db6 (patch)
treeb345d1e84fd4fee52138fac9f81a99f3b853ec00 /editors/lyx-qt
parenta23c2fe54779b30e77cc0b66bfa986aacb3cb45c (diff)
downloadpkgsrc-3414c0df59323d3b6ea562127cd8c37ad2419db6.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 'editors/lyx-qt')
-rw-r--r--editors/lyx-qt/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile
index 36d8f04596c..d48ac11f6b8 100644
--- a/editors/lyx-qt/Makefile
+++ b/editors/lyx-qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/12/05 23:55:06 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2006/01/05 10:08:58 ghen Exp $
#
.include "./Makefile.common"
@@ -17,4 +17,8 @@ CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.qt3-libs} \
--with-frontend=qt
.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"