diff options
author | wiz <wiz> | 2011-02-26 15:57:08 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-02-26 15:57:08 +0000 |
commit | 93827a37f56091a90db929b67743df48e23ac977 (patch) | |
tree | 8f04e45e6ccb48b3974e7c049b825862a7cf1a8f /print/p5-LaTeX-Driver | |
parent | 55a4596e835500fb98e0d4aa4a8963a8c7c45613 (diff) | |
download | pkgsrc-93827a37f56091a90db929b67743df48e23ac977.tar.gz |
Instead of depending on the whole tex, depend on the programs
explicitly mentioned.
Bump PKGREVISION.
Diffstat (limited to 'print/p5-LaTeX-Driver')
-rw-r--r-- | print/p5-LaTeX-Driver/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/print/p5-LaTeX-Driver/Makefile b/print/p5-LaTeX-Driver/Makefile index 8dbbdd9776f..c4564b8ed8a 100644 --- a/print/p5-LaTeX-Driver/Makefile +++ b/print/p5-LaTeX-Driver/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2010/08/21 16:35:34 seb Exp $ +# $NetBSD: Makefile,v 1.3 2011/02/26 15:57:08 wiz Exp $ # DISTNAME= LaTeX-Driver-0.08 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LaTeX/} @@ -12,16 +12,18 @@ 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 -PKG_DESTDIR_SUPPORT= user-destdir - +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 DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +DEPENDS+= web2c-[0-9]*:../../print/web2c +DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk +DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript -PERL5_PACKLIST= auto/LaTeX/Driver/.packlist +PKG_DESTDIR_SUPPORT= user-destdir -TEX_ACCEPTED= teTeX3 +PERL5_PACKLIST= auto/LaTeX/Driver/.packlist .include "../../lang/perl5/module.mk" -.include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |