summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-07-29 21:40:24 +0000
committerwiz <wiz@pkgsrc.org>2016-07-29 21:40:24 +0000
commit63d89f0cf6a384a1146dc8fa38b8ef6d977bad2c (patch)
treec3b6003983a3b24448adb682dc8d26514720129f /print
parentb88cb9652a324a39ddd5e311db38b3b91a979539 (diff)
downloadpkgsrc-63d89f0cf6a384a1146dc8fa38b8ef6d977bad2c.tar.gz
tex-adjustbox needs tex-collectbox.
Found out by trying to use it. Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r--print/tex-adjustbox/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/print/tex-adjustbox/Makefile b/print/tex-adjustbox/Makefile
index f8eb846f614..a2ca1aaaebb 100644
--- a/print/tex-adjustbox/Makefile
+++ b/print/tex-adjustbox/Makefile
@@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org
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"