diff options
author | markd <markd@pkgsrc.org> | 2017-10-15 20:32:28 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2017-10-15 20:32:28 +0000 |
commit | 0b1b5b38c5599107384ab55f252c553704213ce2 (patch) | |
tree | d482ee171640b81da8bf9d81955cccb652cde94b | |
parent | 144f1dae407e4f45ee53c576aa4a04275514acba (diff) | |
download | pkgsrc-0b1b5b38c5599107384ab55f252c553704213ce2.tar.gz |
tex-tkz-base: add tex-numprint dependency
-rw-r--r-- | graphics/tex-tkz-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tex-tkz-base/Makefile b/graphics/tex-tkz-base/Makefile index 30306d2bdfb..f6e0a9220f4 100644 --- a/graphics/tex-tkz-base/Makefile +++ b/graphics/tex-tkz-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/10/15 20:16:52 markd Exp $ +# $NetBSD: Makefile,v 1.2 2017/10/15 20:32:28 markd Exp $ DISTNAME= tkz-base PKGNAME= tex-${DISTNAME}-1.16 @@ -9,6 +9,7 @@ HOMEPAGE= http://ctan.org/pkg/tkz-base COMMENT= Tools for drawing with a cartesian coordinate system LICENSE= lppl-1.3c +DEPENDS+= tex-numprint-[0-9]*:../../print/tex-numprint DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf .include "../../print/texlive/package.mk" |