diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-03-03 20:49:34 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-03-03 20:49:34 +0000 |
commit | 07d7dce273e5fe7321a09b4296b926535ae884b6 (patch) | |
tree | 1e0cae41f559a2fdbd6f25b111005747d73240e9 /japanese/ptex | |
parent | 87b0af6e262188b2287ef49e33f337d4cd2be353 (diff) | |
download | ports-07d7dce273e5fe7321a09b4296b926535ae884b6.tar.gz ports-07d7dce273e5fe7321a09b4296b926535ae884b6.zip |
Notes
Diffstat (limited to 'japanese/ptex')
-rw-r--r-- | japanese/ptex/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/japanese/ptex/Makefile b/japanese/ptex/Makefile index b35b50589c11..2b7bd5347c62 100644 --- a/japanese/ptex/Makefile +++ b/japanese/ptex/Makefile @@ -6,7 +6,7 @@ PORTNAME= ptex PORTVERSION= 3.1.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/tetex/:1 \ @@ -32,6 +32,11 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ wwwcore.1:${PORTSDIR}/www/libwww \ t1.5:${PORTSDIR}/devel/t1lib +CONFLICTS_INSTALL= \ + texlive-[0-9]* tex-web2c-[0-9]* \ + tex-kpathsea-[0-9]* tex-xdvik-[0-9]* \ + tex-dvipsk-[0-9]* tex-dvipdfmx-[0-9]* + GNU_CONFIGURE= yes CONFIGURE_ARGS= ${KANJICODE} CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ |