diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/TeXmacs/Makefile | 4 | ||||
-rw-r--r-- | editors/lyx-qt/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index 94069523eb8..d087311be50 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2006/03/11 10:07:49 ghen Exp $ +# $NetBSD: Makefile,v 1.57 2006/05/13 03:44:23 minskim Exp $ DISTNAME= TeXmacs-1.0.6-src PKGNAME= ${DISTNAME:S/-src//} @@ -15,7 +15,7 @@ BUILD_TARGET= TEXMACS USE_TOOLS+= gmake USE_LANGUAGES= c c++ GNU_CONFIGURE= yes -TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX2 teTeX3 PYTHON_PATCH_SCRIPTS= plugins/python/bin/tm_python diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common index 305b1a52dde..131466e75e2 100644 --- a/editors/lyx-qt/Makefile.common +++ b/editors/lyx-qt/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.37 2006/04/18 23:21:18 reed Exp $ +# $NetBSD: Makefile.common,v 1.38 2006/05/13 03:44:23 minskim Exp $ # DISTNAME= lyx-1.4.1 @@ -33,7 +33,7 @@ USE_TOOLS+= gmake perl:run USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES GCC_REQD+= 2.95 -TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX2 teTeX3 MAKE_ENV+= PKG_LOCALTEXMFPREFIX=${PKG_LOCALTEXMFPREFIX} CONFIGURE_ARGS+= --with-pspell-lib=${BUILDLINK_PREFIX.aspell}/lib \ |