Thu Apr 30 06:35:13 2015 UTC ()
Refine the dependencies. Bump PKGREVISION.


(markd)
diff -r1.36 -r1.37 pkgsrc/print/html2ps/Makefile

cvs diff -r1.36 -r1.37 pkgsrc/print/html2ps/Makefile (expand / switch to unified diff)

--- pkgsrc/print/html2ps/Makefile 2014/05/29 23:37:16 1.36
+++ pkgsrc/print/html2ps/Makefile 2015/04/30 06:35:13 1.37
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1# $NetBSD: Makefile,v 1.36 2014/05/29 23:37:16 wiz Exp $ 1# $NetBSD: Makefile,v 1.37 2015/04/30 06:35:13 markd Exp $
2# 2#
3 3
4DISTNAME= html2ps-1.0b7 4DISTNAME= html2ps-1.0b7
5PKGREVISION= 5 5PKGREVISION= 6
6CATEGORIES= print 6CATEGORIES= print
7MASTER_SITES= http://user.it.uu.se/~jan/ 7MASTER_SITES= http://user.it.uu.se/~jan/
8 8
9MAINTAINER= kim@tac.nyc.ny.us 9MAINTAINER= kim@tac.nyc.ny.us
10HOMEPAGE= http://user.it.uu.se/~jan/html2ps.html 10HOMEPAGE= http://user.it.uu.se/~jan/html2ps.html
11COMMENT= HTML to PostScript converter 11COMMENT= HTML to PostScript converter
12 12
13DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk 13DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
14DEPENDS+= ImageMagick>=5.3.9nb1:../../graphics/ImageMagick 14DEPENDS+= ImageMagick>=5.3.9nb1:../../graphics/ImageMagick
15DEPENDS+= jpeg>=6b:../../graphics/jpeg 15DEPENDS+= jpeg>=6b:../../graphics/jpeg
16DEPENDS+= p5-PerlMagick-[0-9]*:../../graphics/p5-PerlMagick 16DEPENDS+= p5-PerlMagick-[0-9]*:../../graphics/p5-PerlMagick
17DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww 17DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
18DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX3-bin 18DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex
19DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base 19DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
20DEPENDS+= weblint-[0-9]*:../../www/weblint 20DEPENDS+= weblint-[0-9]*:../../www/weblint
21 21
22USE_TOOLS+= gs:run perl:run 22USE_TOOLS+= gs:run perl:run
23 23
24NO_CONFIGURE= yes 24NO_CONFIGURE= yes
25NO_BUILD= yes 25NO_BUILD= yes
26 26
27do-install: 27do-install:
28 ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/html2ps 28 ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/html2ps
29 @cd ${WRKSRC} && PATH=${LOCALBASE}/bin:${PREFIX}/bin ./install ${DESTDIR}${PREFIX} ${PKGMANDIR} ${PREFIX} 29 @cd ${WRKSRC} && PATH=${LOCALBASE}/bin:${PREFIX}/bin ./install ${DESTDIR}${PREFIX} ${PKGMANDIR} ${PREFIX}
30 @${INSTALL_DATA} ${WRKSRC}/sample ${DESTDIR}${PREFIX}/share/html2ps/sample.rc 30 @${INSTALL_DATA} ${WRKSRC}/sample ${DESTDIR}${PREFIX}/share/html2ps/sample.rc
31 31