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 | f5bb4f147ddadb51c2f33ddc7ae4973f0ca8e93a (patch) | |
tree | 8b52523e03e817211f2be2b9e50fe815756c7343 /devel | |
parent | d8ee2c16d32e1a9f0890b91ca0151aad48faab4c (diff) | |
download | pkgsrc-f5bb4f147ddadb51c2f33ddc7ae4973f0ca8e93a.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 'devel')
-rw-r--r-- | devel/cweb/Makefile | 4 | ||||
-rw-r--r-- | devel/darcs/Makefile | 4 | ||||
-rw-r--r-- | devel/doxygen/Makefile | 4 | ||||
-rw-r--r-- | devel/pvs/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/devel/cweb/Makefile b/devel/cweb/Makefile index 03d02495760..4b11a40ba3d 100644 --- a/devel/cweb/Makefile +++ b/devel/cweb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/11/08 18:45:24 tonio Exp $ +# $NetBSD: Makefile,v 1.23 2005/11/11 18:50:24 tonio Exp $ # # XXX This package needs to be installed with the same PREFIX as teTeX # @@ -14,7 +14,7 @@ COMMENT= CWEB System of Structured Documentation CONFLICTS+= teTeX-bin>=2.0 # Part of teTeX>=2.0 -LATEX_ACCEPTED= teTeX1 +TEX_ACCEPTED= teTeX1 WRKSRC= ${WRKDIR} INSTALLATION_DIRS= bin man/man1 diff --git a/devel/darcs/Makefile b/devel/darcs/Makefile index 797c18044e6..eb306bb68ed 100644 --- a/devel/darcs/Makefile +++ b/devel/darcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/11/08 18:53:02 tonio Exp $ +# $NetBSD: Makefile,v 1.7 2005/11/11 18:50:24 tonio Exp $ DISTNAME= darcs-1.0.3 PKGREVISION= 1 @@ -11,7 +11,7 @@ COMMENT= Distributed revision control system BUILD_DEPENDS+= latex2html>=2002.2.1nb3:../../textproc/latex2html -LATEX_DEPMETHOD= build +TEX_DEPMETHOD= build USE_TOOLS+= gmake MAKEFILE= GNUmakefile GNU_CONFIGURE= yes diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 0bb5941079d..7708bb8eb08 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2005/11/08 18:47:07 tonio Exp $ +# $NetBSD: Makefile,v 1.39 2005/11/11 18:50:24 tonio Exp $ DISTNAME= doxygen-1.4.5.src PKGNAME= doxygen-1.4.5 @@ -10,7 +10,7 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.doxygen.org/ COMMENT= Documentation system for C++, Java, IDL and C -LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_TOOLS+= gmake perl flex USE_LANGUAGES= c c++ diff --git a/devel/pvs/Makefile b/devel/pvs/Makefile index 99120340e39..527cce2f0b0 100644 --- a/devel/pvs/Makefile +++ b/devel/pvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/11/08 18:52:30 tonio Exp $ +# $NetBSD: Makefile,v 1.23 2005/11/11 18:50:24 tonio Exp $ # DISTNAME= pvs-${VERSION} @@ -25,7 +25,7 @@ CHECK_SHLIBS= NO SHLIB_HANDLING= NO INFO_DIR= pvs/doc/release-notes INFO_FILES= pvs-release-notes.info -LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 LICENSE= pvs-license # not quite sure about this, but to be on the safe side: |