summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/lyx-qt/Makefile6
-rw-r--r--editors/texmaker/Makefile3
2 files changed, 6 insertions, 3 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"
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile
index 01d17e855aa..52828bfe5dc 100644
--- a/editors/texmaker/Makefile
+++ b/editors/texmaker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/12/13 12:15:16 ghen Exp $
+# $NetBSD: Makefile,v 1.4 2006/01/05 10:08:58 ghen Exp $
DISTNAME= texmaker-1.12
CATEGORIES= editors
@@ -17,5 +17,4 @@ post-configure:
.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"
-BUILDLINK_DEPMETHOD.qt3-tools= build
.include "../../mk/bsd.pkg.mk"