summaryrefslogtreecommitdiff
path: root/devel/darcs
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 /devel/darcs
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 'devel/darcs')
-rw-r--r--devel/darcs/Makefile4
1 files changed, 2 insertions, 2 deletions
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