summaryrefslogtreecommitdiff
path: root/math
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
commitf5bb4f147ddadb51c2f33ddc7ae4973f0ca8e93a (patch)
tree8b52523e03e817211f2be2b9e50fe815756c7343 /math
parentd8ee2c16d32e1a9f0890b91ca0151aad48faab4c (diff)
downloadpkgsrc-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 'math')
-rw-r--r--math/pari/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
index 5a6b16b7059..e072af8bd9a 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/11/08 19:57:11 tonio Exp $
+# $NetBSD: Makefile,v 1.30 2005/11/11 18:50:24 tonio Exp $
DISTNAME= pari-2.1.6
CATEGORIES= math
@@ -9,8 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://pari.math.u-bordeaux.fr/
COMMENT= Software package for computer-aided number theory
-LATEX_ACCEPTED= teTeX1 teTeX2 teTeX3
-LATEX_DEPMETHOD= build
+TEX_ACCEPTED= teTeX1 teTeX2 teTeX3
+TEX_DEPMETHOD= build
USE_GNU_READLINE= yes # rl_save_prompt()
USE_LIBTOOL= yes