pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/tex-adjustbox tex-adjustbox needs tex-collectbox.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2327016d33e1
branches:  trunk
changeset: 350563:2327016d33e1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 29 21:40:24 2016 +0000

description:
tex-adjustbox needs tex-collectbox.

Found out by trying to use it.

Bump PKGREVISION.

diffstat:

 print/tex-adjustbox/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r bd99b4fbd24a -r 2327016d33e1 print/tex-adjustbox/Makefile
--- a/print/tex-adjustbox/Makefile      Fri Jul 29 21:38:36 2016 +0000
+++ b/print/tex-adjustbox/Makefile      Fri Jul 29 21:40:24 2016 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2015/04/21 22:28:00 markd Exp $
+# $NetBSD: Makefile,v 1.5 2016/07/29 21:40:24 wiz Exp $
 
 DISTNAME=      adjustbox
 PKGNAME=       tex-${DISTNAME}-1.0
-PKGREVISION=   2
+PKGREVISION=   3
 TEXLIVE_REV=   26555
 
 HOMEPAGE=      http://www.ctan.org/pkg/adjustbox
@@ -10,5 +10,7 @@
 COMMENT=       Graphics package-alike macros for general boxes
 LICENSE=       lppl-1.3c
 
+DEPENDS+=      tex-collectbox-[0-9]*:../../print/tex-collectbox
+
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index