undo previous change relating to allowing a dependency on teTeX2 rather
than teTeX version 1. It has been pointed out to me that teTeX2 already ships with dvipdfm. Add a CONFLICTS on teTeX2-bin since that package has conflicting files.
This commit is contained in:
parent
1f0e3bafbf
commit
295e05d4b0
1 changed files with 2 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.9 2003/11/07 13:55:02 dmcmahill Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2003/11/07 23:24:12 dmcmahill Exp $
|
||||
|
||||
DISTNAME= dvipdfm-0.13.2c
|
||||
PKGREVISION= 1
|
||||
|
@ -12,6 +12,7 @@ COMMENT= DVI to PDF translator
|
|||
|
||||
CONFLICTS+= dvipdfmx-[0-9]*
|
||||
CONFLICTS+= ja-dvipdfm-[0-9]*
|
||||
CONFLICTS+= teTeX2-bin-[2-9]*
|
||||
|
||||
USE_BUILDLINK2= # defined
|
||||
GNU_CONFIGURE= # defined
|
||||
|
@ -33,10 +34,6 @@ post-install:
|
|||
mktexlsr
|
||||
|
||||
.include "../../graphics/png/buildlink2.mk"
|
||||
.if defined(USE_TETEX2)
|
||||
.include "../../print/teTeX2-bin/kpathsea.buildlink2.mk"
|
||||
.else
|
||||
.include "../../print/teTeX-bin/kpathsea.buildlink2.mk"
|
||||
.endif
|
||||
.include "../../mk/ghostscript.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue