Received: by mail.netbsd.org (Postfix, from userid 605) id 3526584DA4; Sun, 15 Oct 2017 20:32:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B5C1984D9C for ; Sun, 15 Oct 2017 20:32:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id veKPjIJPf2F2 for ; Sun, 15 Oct 2017 20:32:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 23E3884CDC for ; Sun, 15 Oct 2017 20:32:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 214F4FBC7; Sun, 15 Oct 2017 20:32:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1508099549227130" MIME-Version: 1.0 Date: Sun, 15 Oct 2017 20:32:29 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/graphics/tex-tkz-base To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20171015203229.214F4FBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1508099549227130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sun Oct 15 20:32:29 UTC 2017 Modified Files: pkgsrc/graphics/tex-tkz-base: Makefile Log Message: tex-tkz-base: add tex-numprint dependency To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/tex-tkz-base/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1508099549227130 Content-Disposition: inline Content-Length: 779 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/tex-tkz-base/Makefile diff -u pkgsrc/graphics/tex-tkz-base/Makefile:1.1 pkgsrc/graphics/tex-tkz-base/Makefile:1.2 --- pkgsrc/graphics/tex-tkz-base/Makefile:1.1 Sun Oct 15 20:16:52 2017 +++ pkgsrc/graphics/tex-tkz-base/Makefile Sun Oct 15 20:32:28 2017 @@ -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" --_----------=_1508099549227130--