diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-29 21:40:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-29 21:40:24 +0000 |
commit | 59bb9e75f6962c600716d591ae731a9b3decee69 (patch) | |
tree | 2eea2988dd5cf58d986c3778427729c05a2746fa /print/tex-adjustbox | |
parent | 9f0fa39846200de59be1da29b42d1c4c851c1f5a (diff) | |
download | pkgsrc-59bb9e75f6962c600716d591ae731a9b3decee69.tar.gz |
tex-adjustbox needs tex-collectbox.
Found out by trying to use it.
Bump PKGREVISION.
Diffstat (limited to 'print/tex-adjustbox')
-rw-r--r-- | print/tex-adjustbox/Makefile | 6 |
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" |