Thu Oct 2 09:12:11 2014 UTC ()
Pullup ticket #4510 - requested by joerg
print/tex-wallpaper: dependency fix

Revisions pulled up:
- print/tex-wallpaper/Makefile                                  1.2

---
   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Wed Oct  1 20:03:25 UTC 2014

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

   Log Message:
   Needs tex-eso-pic to work. Bump revision.


(tron)
diff -r1.1.1.1 -r1.1.1.1.36.1 pkgsrc/print/tex-wallpaper/Makefile

cvs diff -r1.1.1.1 -r1.1.1.1.36.1 pkgsrc/print/tex-wallpaper/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-wallpaper/Makefile 2010/04/09 21:59:11 1.1.1.1
+++ pkgsrc/print/tex-wallpaper/Makefile 2014/10/02 09:12:11 1.1.1.1.36.1
@@ -1,11 +1,14 @@ @@ -1,11 +1,14 @@
1# $NetBSD: Makefile,v 1.1.1.1 2010/04/09 21:59:11 markd Exp $ 1# $NetBSD: Makefile,v 1.1.1.1.36.1 2014/10/02 09:12:11 tron Exp $
2# TeX Live Revision 15878 2# TeX Live Revision 15878
3 3
4DISTNAME= wallpaper 4DISTNAME= wallpaper
5PKGNAME= tex-${DISTNAME}-1.10 5PKGNAME= tex-${DISTNAME}-1.10
 6PKGREVISION= 1
6 7
7MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Easy addition of wallpapers (background images) to LaTeX documents 9COMMENT= Easy addition of wallpapers (background images) to LaTeX documents
9 10
 11DEPENDS+= tex-eso-pic-[0-9]*:../../print/tex-eso-pic
 12
10.include "../../print/texlive/package.mk" 13.include "../../print/texlive/package.mk"
11.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"