diff options
author | minskim <minskim@pkgsrc.org> | 2011-11-05 18:34:23 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-11-05 18:34:23 +0000 |
commit | a71a247044f91445edbe1d3b117520242b2d2ab3 (patch) | |
tree | 01f4a02dad1f95a8b70cb9775ff18a968e958749 /print | |
parent | 4c11ed721d11a4089527cb955b73ba5219a1006f (diff) | |
download | pkgsrc-a71a247044f91445edbe1d3b117520242b2d2ab3.tar.gz |
Remove redundant dependencies.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-oberdiek/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/tex-oberdiek/Makefile b/print/tex-oberdiek/Makefile index 09dd68cf0ad..125dad558b3 100644 --- a/print/tex-oberdiek/Makefile +++ b/print/tex-oberdiek/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2011/10/26 21:53:54 minskim Exp $ +# $NetBSD: Makefile,v 1.7 2011/11/05 18:34:23 minskim Exp $ DISTNAME= oberdiek PKGNAME= tex-${DISTNAME}-2011 +PKGREVISION= 1 TEXLIVE_REV= 22180 MAINTAINER= minskim@NetBSD.org @@ -9,8 +10,6 @@ COMMENT= Bundle of packages submitted by Heiko Oberdiek CONFLICTS+= teTeX-texmf<=3.0nb13 CONFLICTS+= texlive-pdftools<2011 -DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 -DEPENDS+= p5-Getopt-Long-[0-9]*:../../devel/p5-Getopt-Long DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg @@ -20,6 +19,8 @@ DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools +USE_TOOLS+= perl:run + REPLACE_PERL= bin/pdfatfi INSTALLATION_DIRS+= bin |