diff options
author | asau <asau@pkgsrc.org> | 2015-07-28 18:28:09 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2015-07-28 18:28:09 +0000 |
commit | c3e9189b0d90d81b6f57fa70ca4e93b0c8d575d3 (patch) | |
tree | e601606732707c394dd5d781527fb8fc23717a2e /lang | |
parent | 9cb61e53fae299613fbac8680cfb80c85e935adf (diff) | |
download | pkgsrc-c3e9189b0d90d81b6f57fa70ca4e93b0c8d575d3.tar.gz |
It is fonts/tex-cm rather.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mercury/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile index 557fdac2a83..65371b34ad0 100644 --- a/lang/mercury/Makefile +++ b/lang/mercury/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2015/07/27 20:38:52 asau Exp $ +# $NetBSD: Makefile,v 1.53 2015/07/28 18:28:09 asau Exp $ DISTNAME= mercury-srcdist-14.01.1 PKGNAME= mercury-14.01.1 @@ -16,7 +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 +BUILD_DEPENDS+= tex-cm>=0:../../fonts/tex-cm GNU_CONFIGURE= yes USE_TOOLS+= gmake pax bison flex makeinfo |