diff options
-rw-r--r-- | editors/TeXmacs/Makefile | 6 | ||||
-rw-r--r-- | editors/lyx-qt/Makefile.common | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index 4d7620f290d..c3c100d90f9 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2005/08/26 17:21:04 drochner Exp $ +# $NetBSD: Makefile,v 1.48 2005/11/08 18:56:34 tonio Exp $ DISTNAME= TeXmacs-1.0.5.7-src PKGNAME= ${DISTNAME:S/-src//} @@ -9,13 +9,12 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.texmacs.org/ COMMENT= GNU TeXmacs (free scientific text editor) -DEPENDS+= teTeX-bin>=1.0:../../print/teTeX-bin - BUILD_TARGET= TEXMACS USE_TOOLS+= gmake USE_LANGUAGES= c c++ GNU_CONFIGURE= yes +LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3 PYTHON_PATCH_SCRIPTS= plugins/python/bin/tm_python @@ -29,5 +28,6 @@ SUBST_SED.init= -e 's,@PYTHONBIN@,${PYTHONBIN},g' .include "../../lang/guile/buildlink3.mk" .include "../../mk/x11.buildlink3.mk" .include "../../lang/python/application.mk" +.include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" 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" |