diff options
author | tonio <tonio> | 2005-11-11 18:50:23 +0000 |
---|---|---|
committer | tonio <tonio> | 2005-11-11 18:50:23 +0000 |
commit | 991098c16faadffd9868c19fa51d19cf52d61635 (patch) | |
tree | 8b52523e03e817211f2be2b9e50fe815756c7343 /devel/cweb | |
parent | d6d4e4928a204b7edeae4ff6a65a3dfee72b083f (diff) | |
download | pkgsrc-991098c16faadffd9868c19fa51d19cf52d61635.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/cweb')
-rw-r--r-- | devel/cweb/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |