diff options
author | sbd <sbd@pkgsrc.org> | 2013-04-24 10:10:13 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2013-04-24 10:10:13 +0000 |
commit | 93ac42bae1666a9c36e668c564707cec702741f4 (patch) | |
tree | 9d95962afa1a90a31d469460009ad8118a3b06ee /print | |
parent | dfef16ab5a6daf447a41acbbf599c0ce74e5beb2 (diff) | |
download | pkgsrc-93ac42bae1666a9c36e668c564707cec702741f4.tar.gz |
Instead of having a DEPENDS+=ghostscript... have USE_TOOLS+=gs:run
Bump PKGREVISION
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-drivers-Magicolor5440DL/Makefile | 14 | ||||
-rw-r--r-- | print/p5-LaTeX-Driver/Makefile | 8 | ||||
-rw-r--r-- | print/tex-musixtex/Makefile | 7 | ||||
-rw-r--r-- | print/xdvik/Makefile | 7 |
4 files changed, 17 insertions, 19 deletions
diff --git a/print/cups-drivers-Magicolor5440DL/Makefile b/print/cups-drivers-Magicolor5440DL/Makefile index 2e66f8dd1c5..7deab2c8f21 100644 --- a/print/cups-drivers-Magicolor5440DL/Makefile +++ b/print/cups-drivers-Magicolor5440DL/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2013/03/16 22:44:34 dholland Exp $ +# $NetBSD: Makefile,v 1.12 2013/04/24 10:10:13 sbd Exp $ # DISTNAME= 5440DL_lin64bit_1_2_1 PKGNAME= cups-drivers-Magicolor5440DL-1.2.1 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= print MASTER_SITES= http://printer.konicaminolta.net/drivers/linux/ EXTRACT_SUFX= .zip @@ -15,6 +15,9 @@ COMMENT= CUPS drivers for printer Konica Minolta Magicolor 5440DL BUILD_DEPENDS+= jbigkit>=1.6:../../graphics/jbigkit DEPENDS+= cups>=1.1.14:../../print/cups +GHOSTSCRIPT_REQD= 8.0 +USE_TOOLS+= gs:run + WRKSRC= ${WRKDIR}/5440DL_64_v1.2.1/magicolor5440DL-1.2.1/ GNU_CONFIGURE= yes @@ -28,13 +31,6 @@ post-extract: cd ${WRKDIR}/5440DL_64_v1.2.1/; \ extract_file=src/magicolor5440DL-1.2.1.tar.gz; ${EXTRACT_CMD} -# This >=8.0 should be restored if we ever go back to a single package -# called just "ghostscript". (The current family of packages were -# created in the days of 9.x and therefore always satisfy this -# requirement.) -#DEPENDS+= ghostscript>=8.0:../../print/ghostscript -.include "../../print/ghostscript/ghostscript.mk" - .include "../../graphics/lcms/buildlink3.mk" .include "../../graphics/jbigkit/buildlink3.mk" .include "../../print/cups/buildlink3.mk" diff --git a/print/p5-LaTeX-Driver/Makefile b/print/p5-LaTeX-Driver/Makefile index 553c52cca89..e6685f8e4e3 100644 --- a/print/p5-LaTeX-Driver/Makefile +++ b/print/p5-LaTeX-Driver/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2013/03/16 22:47:15 dholland Exp $ +# $NetBSD: Makefile,v 1.9 2013/04/24 10:10:37 sbd Exp $ # DISTNAME= LaTeX-Driver-0.10 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LaTeX/} @@ -12,6 +12,8 @@ HOMEPAGE= http://search.cpan.org/dist/LaTeX-Driver/ COMMENT= Perl module encapsulates the details of invoking the Latex programs LICENSE= gnu-gpl-v2 # OR artistic +USE_TOOLS+= gs:run + DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class @@ -20,8 +22,6 @@ DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin DEPENDS+= web2c-[0-9]*:../../print/web2c DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk -.include "../../print/ghostscript/ghostscript.mk" - PERL5_PACKLIST= auto/LaTeX/Driver/.packlist .include "../../lang/perl5/module.mk" diff --git a/print/tex-musixtex/Makefile b/print/tex-musixtex/Makefile index cf9a6ae6371..601e8df05dd 100644 --- a/print/tex-musixtex/Makefile +++ b/print/tex-musixtex/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2013/03/16 22:48:12 dholland Exp $ +# $NetBSD: Makefile,v 1.29 2013/04/24 10:11:41 sbd Exp $ DISTNAME= musixtex PKGNAME= tex-${DISTNAME}-1.15 -PKGREVISION= 2 +PKGREVISION= 3 TEXLIVE_REV= 22568 MAINTAINER= dgriffi@cs.csubak.edu @@ -12,6 +12,8 @@ LICENSE= gnu-gpl-v2 DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex +USE_TOOLS+= gs:run + SUBST_CLASSES+= paths SUBST_MESSAGE.paths= Setting paths to commands. SUBST_STAGE.paths= pre-configure @@ -30,5 +32,4 @@ post-extract: ${MV} ${WRKSRC}/texmf-dist/scripts/musixtex/${f}.lua ${WRKSRC}/bin/${f} .endfor -.include "../../print/ghostscript/ghostscript.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/xdvik/Makefile b/print/xdvik/Makefile index 4863eeaf99a..563b3d820a3 100644 --- a/print/xdvik/Makefile +++ b/print/xdvik/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2013/03/16 22:49:06 dholland Exp $ +# $NetBSD: Makefile,v 1.13 2013/04/24 10:12:32 sbd Exp $ DISTNAME= texlive-20110705-source PKGNAME= xdvik-22.84.16 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/} EXTRACT_SUFX= .tar.xz @@ -20,6 +20,8 @@ DEPENDS+= kpathsea>=6.0.1:../../print/kpathsea EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ ${DISTNAME}/texk/xdvik +USE_TOOLS+= gs:run + MAKE_JOBS_SAFE= no GNU_CONFIGURE= yes @@ -83,5 +85,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/texmf/xdvi/XDvi \ ${DESTDIR}${PREFIX}/share/texmf-dist/xdvi -.include "../../print/ghostscript/ghostscript.mk" .include "../../mk/bsd.pkg.mk" |