pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-overpic



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Apr  6 19:28:18 UTC 2019

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

Log Message:
tex-overpic: add missing dependency on tex-eepic

(epic.sty used by ${PREFIX}/share/texmf-dist/tex/latex/overpic/overpic.sty)

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/tex-overpic/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-overpic/Makefile
diff -u pkgsrc/print/tex-overpic/Makefile:1.5 pkgsrc/print/tex-overpic/Makefile:1.6
--- pkgsrc/print/tex-overpic/Makefile:1.5       Sat Jan 26 02:48:28 2019
+++ pkgsrc/print/tex-overpic/Makefile   Sat Apr  6 19:28:18 2019
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2019/01/26 02:48:28 markd Exp $
+# $NetBSD: Makefile,v 1.6 2019/04/06 19:28:18 wiz Exp $
 
 DISTNAME=      overpic
 PKGNAME=       tex-${DISTNAME}-1.2
+PKGREVISION=   1
 TEXLIVE_REV=   48550
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,6 +11,7 @@ COMMENT=      Combine LaTeX commands over inc
 LICENSE=       lppl-1.3c
 
 DEPENDS+=      tex-graphics-[0-9]*:../../print/tex-graphics
+DEPENDS+=      tex-eepic-[0-9]*:../../graphics/tex-eepic
 
 .include "../../print/texlive/package.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index