Remove redundant dependencies.
This commit is contained in:
parent
bb6d54faf5
commit
71366a9674
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue