diff options
author | tonio <tonio@pkgsrc.org> | 2005-11-11 18:50:23 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-11-11 18:50:23 +0000 |
commit | c27f4ed5e11b4c35ae0566ee5b6390dba302b6b1 (patch) | |
tree | 8b52523e03e817211f2be2b9e50fe815756c7343 /editors | |
parent | c01ba26746bc064586bc39f5f0d1ac96f3bd5fbb (diff) | |
download | pkgsrc-c27f4ed5e11b4c35ae0566ee5b6390dba302b6b1.tar.gz |
Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT
It is more consistent with the tex.buildlink3.mk name. Also, if a package
really needs latex, it just has to set TEX_ACCEPTED to latex distributions
altough today, all TEX_ACCEPTED possibilities are latex distributions
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 39266675bbc..4b3d566882a 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2005/11/10 21:12:07 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2005/11/11 18:50:24 tonio Exp $ DISTNAME= TeXmacs-1.0.5.12-src PKGNAME= ${DISTNAME:S/-src//} @@ -14,7 +14,7 @@ BUILD_TARGET= TEXMACS USE_TOOLS+= gmake USE_LANGUAGES= c c++ GNU_CONFIGURE= yes -LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX1 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 350642063b5..622567789d0 100644 --- a/editors/lyx-qt/Makefile.common +++ b/editors/lyx-qt/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.29 2005/11/08 18:56:34 tonio Exp $ +# $NetBSD: Makefile.common,v 1.30 2005/11/11 18:50:24 tonio Exp $ # DISTNAME= lyx-1.3.6 @@ -27,7 +27,7 @@ USE_TOOLS+= gmake perl:run USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES GCC_REQD+= 2.95 -LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 CONFIGURE_ARGS+= --with-pspell-lib=${BUILDLINK_PREFIX.aspell}/lib \ --with-pspell-include=${BUILDLINK_PREFIX.aspell}/include/pspell \ |