diff options
author | edwin <edwin@FreeBSD.org> | 2008-04-18 07:19:49 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-04-18 07:19:49 +0800 |
commit | 52a4008114680177cd03170e7d89ddd5cfe44b0d (patch) | |
tree | 800b41ebeac1ecff5351f6e9a76703cafc886c1c /print/teTeX-texmf/Makefile | |
parent | 936f0381c3c0d62fb1efe53fe87861697106b5a5 (diff) | |
download | freebsd-ports-gnome-52a4008114680177cd03170e7d89ddd5cfe44b0d.tar.gz freebsd-ports-gnome-52a4008114680177cd03170e7d89ddd5cfe44b0d.tar.zst freebsd-ports-gnome-52a4008114680177cd03170e7d89ddd5cfe44b0d.zip |
Incorrect CONFLICTS in multiple ports.
There are incorrect CONFLICTS in multiple ports. E.g.:
contain two CONFLICTS= lines, the second line overrides the first one.
PR: ports/122851
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Diffstat (limited to 'print/teTeX-texmf/Makefile')
-rw-r--r-- | print/teTeX-texmf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/teTeX-texmf/Makefile b/print/teTeX-texmf/Makefile index 73fa1a706894..b061e63c3e5f 100644 --- a/print/teTeX-texmf/Makefile +++ b/print/teTeX-texmf/Makefile @@ -25,7 +25,8 @@ RUN_DEPENDS= ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal \ ${LOCALBASE}/share/fonts/cmpsfont/README:${PORTSDIR}/print/cmpsfont \ ${LOCALBASE}/share/fonts/amspsfont/READ.ME:${PORTSDIR}/print/amspsfnt -CONFLICTS= latex2e-[0-9]* tex-[0-9]* dvips-[0-9]* xdvi-[0-9]* +CONFLICTS= latex2e-[0-9]* tex-[0-9]* dvips-[0-9]* xdvi-[0-9]* \ + ja-ptext-base-[0-9]* .include <bsd.port.pre.mk> @@ -36,7 +37,6 @@ PLIST_SUB= TEXMFDIR=${TEXMFDIR} \ TEXMFCONFIGDIR=${TEXMFCONFIGDIR} \ MKTEXLSR=${MKTEXLSR} \ TEXMF_LSR=${TEXMF_LSR} -CONFLICTS= ja-ptex-base-[0-9]* TETEX_TEXMF_SRC=tetex-texmf-${PORTVERSION}.tar.gz TEXMFDIR= share/texmf |