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 /print/dvipsk-tetex/Makefile | |
parent | 87b0af6e262188b2287ef49e33f337d4cd2be353 (diff) |
Notes
Diffstat (limited to 'print/dvipsk-tetex/Makefile')
-rw-r--r-- | print/dvipsk-tetex/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/print/dvipsk-tetex/Makefile b/print/dvipsk-tetex/Makefile index 32375bcc50b3..7f3dba7c5f55 100644 --- a/print/dvipsk-tetex/Makefile +++ b/print/dvipsk-tetex/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: dvipsk-tetex -# Date created: 5 May 2004 -# Whom: hrs -# # $FreeBSD$ PORTNAME= dvipsk-tetex PORTVERSION= 5.95a -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/dvips/:1 @@ -53,7 +49,10 @@ CONFLICTS= *-teTeX-[0-9]* \ ja-ptex-*-[0-9]* \ dvips-[0-9]* \ *-dvips-[0-9]* \ - *-dvipsk-[0-9]* + *-dvipsk-[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 |