diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 11:18:04 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 11:18:04 +0000 |
commit | a2d32870726ffd1a03bd80b9c79cab8337cf5e30 (patch) | |
tree | d6a1e74ce376a7c4d164adbad0ad98b3b7317d24 /cad/fastcap | |
parent | f6dd7125b58ee6c6c9952093971505f22343f1b8 (diff) | |
download | pkgsrc-a2d32870726ffd1a03bd80b9c79cab8337cf5e30.tar.gz |
Needs tex-metapost for groff.enc.
Diffstat (limited to 'cad/fastcap')
-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 0c7b61c9cb3..e90e7f630d5 100644 --- a/cad/fastcap/Makefile +++ b/cad/fastcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2010/10/03 07:46:56 obache Exp $ +# $NetBSD: Makefile,v 1.36 2012/02/16 11:18:04 hans Exp $ # DISTNAME= fastcap-2.0-18Sep92 @@ -16,6 +16,7 @@ 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-latex-bin>=2009nb1:../../print/tex-latex-bin +BUILD_DEPENDS+= tex-metapost>=1.212:../../graphics/tex-metapost PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no |