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/dvipsk | |
parent | 87b0af6e262188b2287ef49e33f337d4cd2be353 (diff) | |
download | ports-07d7dce273e5fe7321a09b4296b926535ae884b6.tar.gz ports-07d7dce273e5fe7321a09b4296b926535ae884b6.zip |
Notes
Diffstat (limited to 'japanese/dvipsk')
-rw-r--r-- | japanese/dvipsk/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/japanese/dvipsk/Makefile b/japanese/dvipsk/Makefile index 196331a5b756..e307745614cd 100644 --- a/japanese/dvipsk/Makefile +++ b/japanese/dvipsk/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: dvipsk + jpatch -# Date created: 25 Aug 1997 -# Whom: Makoto WATANABE <watanabe@zlab.phys.nagoya-u.ac.jp> -# +# Created by: Makoto WATANABE <watanabe@zlab.phys.nagoya-u.ac.jp> # $FreeBSD$ -# PORTNAME= dvipsk PORTVERSION= 5.95b -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ ${MASTER_SITE_LOCAL:S,%SUBDIR%,hrs/teTeX,:S,$,:udvipspatch,} @@ -62,7 +58,10 @@ CONFIGURE_ARGS= --disable-multiplatform \ --with-t1lib-include=${LIBT1_PREFIX}/include \ --without-xdvik --without-oxdvik CONFLICTS= dvipsk-tetex-[0-9]* \ - dvips-[0-9]* + dvips-[0-9]* \ + texlive-[0-9]* tex-web2c-[0-9]* \ + tex-kpathsea-[0-9]* tex-xdvik-[0-9]* \ + tex-dvipsk-[0-9]* tex-dvipdfmx-[0-9]* MAN1= dvips.1 afm2tfm.1 MLINKS= dvips.1 odvips.1 |