pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/asymptote Be more explicit in TeX dependencies.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac91724f9a65
branches:  trunk
changeset: 651090:ac91724f9a65
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat May 02 05:56:07 2015 +0000

description:
Be more explicit in TeX dependencies.

diffstat:

 graphics/asymptote/Makefile |  13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 44f45895b2b9 -r ac91724f9a65 graphics/asymptote/Makefile
--- a/graphics/asymptote/Makefile       Sat May 02 05:51:47 2015 +0000
+++ b/graphics/asymptote/Makefile       Sat May 02 05:56:07 2015 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2014/09/24 23:10:51 jperkin Exp $
+# $NetBSD: Makefile,v 1.17 2015/05/02 05:56:07 markd Exp $
 #
 
 DISTNAME=      asymptote-2.15
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=asymptote/}
 EXTRACT_SUFX=  .tgz
@@ -14,9 +14,15 @@
 LICENSE=       gnu-gpl-v3 AND gnu-lgpl-v3
 
 BUILD_DEPENDS+=        dvipsk-[0-9]*:../../print/dvipsk
+BUILD_DEPENDS+=        makeindexk-[0-9]*:../../textproc/makeindexk
+BUILD_DEPENDS+=        tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+BUILD_DEPENDS+=        tex-ec-[0-9]*:../../fonts/tex-ec
+BUILD_DEPENDS+=        tex-epsf-[0-9]*:../../print/tex-epsf
 BUILD_DEPENDS+=        tex-pdftex-[0-9]*:../../print/tex-pdftex
 BUILD_DEPENDS+=        tex-parskip-[0-9]*:../../print/tex-parskip
-#BUILD_DEPENDS+=ghostscript-[0-9]*:../../print/ghostscript
+BUILD_DEPENDS+=        tex-texinfo-[0-9]*:../../wip/tex-texinfo
+BUILD_DEPENDS+=        tex-tools-[0-9]*:../../print/tex-tools
+DEPENDS+=      tex-geometry-[0-9]*:../../print/tex-geometry
 USE_TOOLS+=    gs
 
 UNLIMIT_RESOURCES=     datasize
@@ -61,5 +67,4 @@
 # recognized, but makes asy dump core during creation of documentation
 #.include "../../graphics/glut/buildlink3.mk"
 
-.include "../../mk/tex.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index