pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-adjustbox



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul 29 21:40:24 UTC 2016

Modified Files:
        pkgsrc/print/tex-adjustbox: Makefile

Log Message:
tex-adjustbox needs tex-collectbox.

Found out by trying to use it.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/tex-adjustbox/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/tex-adjustbox/Makefile
diff -u pkgsrc/print/tex-adjustbox/Makefile:1.4 pkgsrc/print/tex-adjustbox/Makefile:1.5
--- pkgsrc/print/tex-adjustbox/Makefile:1.4     Tue Apr 21 22:28:00 2015
+++ pkgsrc/print/tex-adjustbox/Makefile Fri Jul 29 21:40:24 2016
@@ -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@localhost
 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