pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print Convert to use tex.buidllink3.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/798f73ec2e8c
branches:  trunk
changeset: 502771:798f73ec2e8c
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Tue Nov 08 20:46:18 2005 +0000

description:
Convert to use tex.buidllink3.mk

diffstat:

 print/dvipng/Makefile      |  4 ++--
 print/html2ps/Makefile     |  5 +++--
 print/magicfilter/Makefile |  5 +++--
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs (74 lines):

diff -r 710a261f97d6 -r 798f73ec2e8c print/dvipng/Makefile
--- a/print/dvipng/Makefile     Tue Nov 08 20:37:42 2005 +0000
+++ b/print/dvipng/Makefile     Tue Nov 08 20:46:18 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/04/11 21:47:06 tv Exp $
+# $NetBSD: Makefile,v 1.16 2005/11/08 20:46:18 tonio Exp $
 
 DISTNAME=      dvipng-1.0
 PKGREVISION=   2
@@ -20,6 +20,6 @@
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/gd/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
-.include "../../print/teTeX-bin/kpathsea.buildlink3.mk"
+.include "../../mk/tex.buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r 710a261f97d6 -r 798f73ec2e8c print/html2ps/Makefile
--- a/print/html2ps/Makefile    Tue Nov 08 20:37:42 2005 +0000
+++ b/print/html2ps/Makefile    Tue Nov 08 20:46:18 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/07/16 01:19:18 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2005/11/08 20:46:18 tonio Exp $
 #
 
 DISTNAME=      html2ps-1.0b4
@@ -14,10 +14,10 @@
 DEPENDS+=      jpeg>=6b:../../graphics/jpeg
 DEPENDS+=      p5-PerlMagick-[0-9]*:../../graphics/p5-PerlMagick
 DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
-DEPENDS+=      teTeX-bin>=1.0.6:../../print/teTeX3-bin
 DEPENDS+=      weblint-[0-9]*:../../www/weblint
 
 USE_TOOLS+=    perl:run
+LATEX_ACCEPTED=        teTeX1 teTeX2 teTeX3
 
 NO_CONFIGURE=  yes
 NO_BUILD=      yes
@@ -28,4 +28,5 @@
        @${INSTALL_DATA} ${WRKSRC}/sample ${PREFIX}/lib/html2ps/sample.rc
 
 .include "../../mk/ghostscript.mk"
+.include "../../mk/tex.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 710a261f97d6 -r 798f73ec2e8c print/magicfilter/Makefile
--- a/print/magicfilter/Makefile        Tue Nov 08 20:37:42 2005 +0000
+++ b/print/magicfilter/Makefile        Tue Nov 08 20:46:18 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2005/07/18 02:37:22 jlam Exp $
+# $NetBSD: Makefile,v 1.43 2005/11/08 20:46:18 tonio Exp $
 
 DISTNAME=      magicfilter-1.2
 PKGREVISION=   4
@@ -12,13 +12,13 @@
 #
 DEPENDS+=      a2ps-[0-9]*:../../print/a2ps
 DEPENDS+=      netpbm-[0-9]*:../../graphics/netpbm
-DEPENDS+=      teTeX-bin-[0-9]*:../../print/teTeX-bin
 DEPENDS+=      papersize-[0-9]*:../../print/papersize
 
 USE_TOOLS+=    gmake gzip
 GNU_CONFIGURE= yes
 CONFIGURE_ENV+=        GHOSTSCRIPT=${LOCALBASE}/bin/gs
 CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:Q}
+LATEX_ACCEPTED=        teTeX1 teTeX2 teTeX3
 
 PLIST_SRC=     ${WRKDIR}/PLIST
 
@@ -45,4 +45,5 @@
        @${ECHO} "@dirrm ${FILTER_DIR}" >>${PLIST_SRC}
 
 .include "../../mk/ghostscript.mk"
+.include "../../mk/tex.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index