summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2015-05-02 05:56:07 +0000
committermarkd <markd@pkgsrc.org>2015-05-02 05:56:07 +0000
commite1db275062ee533051eb0b6247161d840d2a9a01 (patch)
tree8ab91743940c2cfc5116aec35cee84521b85886b /graphics
parent8a46bbad569cdbce3c360150c55e4e4bf593c449 (diff)
downloadpkgsrc-e1db275062ee533051eb0b6247161d840d2a9a01.tar.gz
Be more explicit in TeX dependencies.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/asymptote/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/graphics/asymptote/Makefile b/graphics/asymptote/Makefile
index 0fc701c4b67..14c7f99bd20 100644
--- a/graphics/asymptote/Makefile
+++ b/graphics/asymptote/Makefile
@@ -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 @@ COMMENT= Powerful descriptive vector graphics language for technical drawings
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 @@ BUILD_DEPENDS+= gtexinfo-[0-9]*:../../devel/gtexinfo
# 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"