summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2003-11-07 23:24:12 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2003-11-07 23:24:12 +0000
commit295e05d4b0566f0a98690df71edc222408b869aa (patch)
treeea4897c2808423ab0b29c760b4ed63e4e47b2357 /print
parent1f0e3bafbf7db2b118225eb40a1cf652ae58d127 (diff)
downloadpkgsrc-295e05d4b0566f0a98690df71edc222408b869aa.tar.gz
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.
Diffstat (limited to 'print')
-rw-r--r--print/dvipdfm/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/print/dvipdfm/Makefile b/print/dvipdfm/Makefile
index f28983f31ec..f32de621ccc 100644
--- a/print/dvipdfm/Makefile
+++ b/print/dvipdfm/Makefile
@@ -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"