diff options
author | asau <asau@pkgsrc.org> | 2015-07-27 20:38:52 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2015-07-27 20:38:52 +0000 |
commit | 0a1c7e535a3d5a1cd4db536511f8deea783934e9 (patch) | |
tree | 71e6611b15e70f3d29b481b5d96dc68b57a9e6be /lang/mercury/Makefile | |
parent | 961c49a559a1b14efd4ba8493755dbb87fe4e54a (diff) | |
download | pkgsrc-0a1c7e535a3d5a1cd4db536511f8deea783934e9.tar.gz |
Needs TeX fonts to build.
Diffstat (limited to 'lang/mercury/Makefile')
-rw-r--r-- | lang/mercury/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile index c46b3bbabfe..557fdac2a83 100644 --- a/lang/mercury/Makefile +++ b/lang/mercury/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2015/06/12 10:50:16 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2015/07/27 20:38:52 asau Exp $ DISTNAME= mercury-srcdist-14.01.1 PKGNAME= mercury-14.01.1 @@ -16,6 +16,7 @@ COMMENT= Modern logic/functional programming language BUILD_DEPENDS+= tex-dvips>=0:../../print/tex-dvips # dvips BUILD_DEPENDS+= web2c>=0:../../print/web2c # pdftex BUILD_DEPENDS+= gtexinfo>=0:../../devel/gtexinfo # texi2dvi +BUILD_DEPENDS+= tex-latex-fonts>=0:../../fonts/tex-latex-fonts GNU_CONFIGURE= yes USE_TOOLS+= gmake pax bison flex makeinfo |