pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/pari convert to use tex.buildlink3.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3992a51328e6
branches:  trunk
changeset: 502761:3992a51328e6
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Tue Nov 08 19:57:11 2005 +0000

description:
convert to use tex.buildlink3.mk
set LATEX_DEPMETHOD=build

diffstat:

 math/pari/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r e7a1e6766e8b -r 3992a51328e6 math/pari/Makefile
--- a/math/pari/Makefile        Tue Nov 08 19:51:57 2005 +0000
+++ b/math/pari/Makefile        Tue Nov 08 19:57:11 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2005/09/08 08:39:59 adam Exp $
+# $NetBSD: Makefile,v 1.29 2005/11/08 19:57:11 tonio Exp $
 
 DISTNAME=      pari-2.1.6
 CATEGORIES=    math
@@ -9,7 +9,8 @@
 HOMEPAGE=      http://pari.math.u-bordeaux.fr/
 COMMENT=       Software package for computer-aided number theory
 
-BUILD_DEPENDS+=        teTeX-[0-9]*:../../print/teTeX
+LATEX_ACCEPTED=                teTeX1 teTeX2 teTeX3
+LATEX_DEPMETHOD=       build
 
 USE_GNU_READLINE=      yes     # rl_save_prompt()
 USE_LIBTOOL=           yes
@@ -28,4 +29,5 @@
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"
 .include "../../mk/x11.buildlink3.mk"
+.include "../../mk/tex.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index