summaryrefslogtreecommitdiff
path: root/print/lgrind
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2005-11-11 18:50:23 +0000
committertonio <tonio@pkgsrc.org>2005-11-11 18:50:23 +0000
commitc27f4ed5e11b4c35ae0566ee5b6390dba302b6b1 (patch)
tree8b52523e03e817211f2be2b9e50fe815756c7343 /print/lgrind
parentc01ba26746bc064586bc39f5f0d1ac96f3bd5fbb (diff)
downloadpkgsrc-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 'print/lgrind')
-rw-r--r--print/lgrind/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile
index f0abe5761e1..b74904ed18f 100644
--- a/print/lgrind/Makefile
+++ b/print/lgrind/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/11/08 20:30:29 tonio Exp $
+# $NetBSD: Makefile,v 1.24 2005/11/11 18:50:24 tonio Exp $
DISTNAME= lgrind
PKGNAME= lgrind-3.5
@@ -13,7 +13,7 @@ COMMENT= Source pretty printer for LaTeX
WRKSRC= ${WRKDIR}/lgrind/source
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
NO_CONFIGURE= yes
-LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3
+TEX_ACCEPTED= teTeX1 teTeX2 teTeX3
.include "../../mk/x11.buildlink3.mk"