summaryrefslogtreecommitdiff
path: root/editors/lyx-qt
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-18 13:33:40 +0000
committerjlam <jlam@pkgsrc.org>2004-02-18 13:33:40 +0000
commit9348f8afb55e7a29b329d4f03a1537ebbf7eb112 (patch)
treee6391a0a29cee2898ed380fe3328cb0b69890ce3 /editors/lyx-qt
parentde7c1e27f8e47afeef59f84da3f9a58d0b526028 (diff)
downloadpkgsrc-9348f8afb55e7a29b329d4f03a1537ebbf7eb112.tar.gz
Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
Diffstat (limited to 'editors/lyx-qt')
-rw-r--r--editors/lyx-qt/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common
index a782ea75df3..7d5ed650622 100644
--- a/editors/lyx-qt/Makefile.common
+++ b/editors/lyx-qt/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2004/02/14 17:21:39 jlam Exp $
+# $NetBSD: Makefile.common,v 1.15 2004/02/18 13:33:40 jlam Exp $
#
DISTNAME= lyx-1.3.3
@@ -34,7 +34,7 @@ CONFIGURE_ARGS+= --with-pspell-lib=${BUILDLINK_PREFIX.aspell}/lib \
--with-pspell-include=${BUILDLINK_PREFIX.aspell}/include/pspell \
--with-pspell
-.include "../../mk/bsd.prefs.mk"
+.include "../../mk/compiler.mk"
# XXX these values are taken from the LyX configure script
.if !empty(CC_VERSION:Mgcc-*)