summaryrefslogtreecommitdiff
path: root/editors/lyx-qt/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'editors/lyx-qt/Makefile.common')
-rw-r--r--editors/lyx-qt/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common
index 5d08f0e6d52..350642063b5 100644
--- a/editors/lyx-qt/Makefile.common
+++ b/editors/lyx-qt/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.28 2005/09/07 17:40:08 reed Exp $
+# $NetBSD: Makefile.common,v 1.29 2005/11/08 18:56:34 tonio Exp $
#
DISTNAME= lyx-1.3.6
@@ -12,7 +12,6 @@ HOMEPAGE= http://www.lyx.org/
COMMENT= Graphical frontend for LaTeX
CONFLICTS= lyx-[0-9]*
-DEPENDS+= teTeX-[0-9]*:../../print/teTeX
MESSAGE_SRC= ${.CURDIR}/../../editors/lyx-qt/MESSAGE
DISTINFO_FILE= ${.CURDIR}/../../editors/lyx-qt/distinfo
@@ -28,6 +27,7 @@ USE_TOOLS+= gmake perl:run
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
GCC_REQD+= 2.95
+LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3
CONFIGURE_ARGS+= --with-pspell-lib=${BUILDLINK_PREFIX.aspell}/lib \
--with-pspell-include=${BUILDLINK_PREFIX.aspell}/include/pspell \
@@ -82,3 +82,4 @@ PYTHON_PATCH_SCRIPTS= lib/lyx2lyx/lyx2lyx \
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
+.include "../../mk/tex.buildlink3.mk"