diff options
author | markd <markd@pkgsrc.org> | 2020-05-30 03:04:40 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2020-05-30 03:04:40 +0000 |
commit | a11e00ef7546b787a81d952b8e538381a83504cf (patch) | |
tree | 636a98dcbafde8cedce785462b8c717d3861c869 /cad/fastcap/Makefile | |
parent | c8b780fceb7a6c523555625825ae0f9f1f963ac0 (diff) | |
download | pkgsrc-a11e00ef7546b787a81d952b8e538381a83504cf.tar.gz |
fastcap: also build dependenecy tex-cm-super
Diffstat (limited to 'cad/fastcap/Makefile')
-rw-r--r-- | cad/fastcap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/fastcap/Makefile b/cad/fastcap/Makefile index 41d73a1da5f..e8a8aebba38 100644 --- a/cad/fastcap/Makefile +++ b/cad/fastcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2020/05/30 03:02:24 markd Exp $ +# $NetBSD: Makefile,v 1.41 2020/05/30 03:04:40 markd Exp $ # DISTNAME= fastcap-2.0-18Sep92 @@ -15,6 +15,7 @@ COMMENT= Fast 3-D capacitance solver BUILD_DEPENDS+= dvipsk>=5.99:../../print/dvipsk BUILD_DEPENDS+= tex-amsfonts>=3.0:../../fonts/tex-amsfonts BUILD_DEPENDS+= tex-bibtex>=0.99c:../../print/tex-bibtex +BUILD_DEPENDS+= tex-cm-super-[0-9]*:../../fonts/tex-cm-super BUILD_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec BUILD_DEPENDS+= tex-latex-bin>=2009nb1:../../print/tex-latex-bin BUILD_DEPENDS+= tex-metapost>=1.212:../../graphics/tex-metapost |