diff options
author | markd <markd> | 2015-04-25 13:08:52 +0000 |
---|---|---|
committer | markd <markd> | 2015-04-25 13:08:52 +0000 |
commit | 2e5d1599b5c40a14261ec21a3319149e8019c4ef (patch) | |
tree | e7da4f5f406ac130351d5ae3711733b7f700fa38 /print | |
parent | b60f74cb3ec2dc33b87e32d9d59d5069d9714a92 (diff) | |
download | pkgsrc-2e5d1599b5c40a14261ec21a3319149e8019c4ef.tar.gz |
Note conflict with xdvipdfmx
Diffstat (limited to 'print')
-rw-r--r-- | print/dvipdfmx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/dvipdfmx/Makefile b/print/dvipdfmx/Makefile index a53186bd871..58b8ff630de 100644 --- a/print/dvipdfmx/Makefile +++ b/print/dvipdfmx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2015/04/25 13:07:05 markd Exp $ +# $NetBSD: Makefile,v 1.46 2015/04/25 13:08:52 markd Exp $ DISTNAME= texlive-20140525-source PKGNAME= dvipdfmx-20140525 @@ -12,6 +12,7 @@ COMMENT= DVI to PDF converter with CID-keyed font support CONFLICTS+= dvipdfm-[0-9]* CONFLICTS+= ja-dvipdfm-[0-9]* +CONFLICTS+= xdvipdfm-[0-9]* DEPENDS+= tex-dvipdfmx-[0-9]*:../../print/tex-dvipdfmx DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex DEPENDS+= tex-texlive-scripts-[0-9]*:../../print/tex-texlive-scripts |