diff options
author | minskim <minskim> | 2009-04-12 07:33:35 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-04-12 07:33:35 +0000 |
commit | 7d522a118e7e2ea1b949b28a32fb3329a9af62bc (patch) | |
tree | 9a21251f5c858ca82f177d48684b413f6e085d64 /print/web2c | |
parent | 889ef8cc7c0bc1cb51bc76c918ff4e405e2b81c4 (diff) | |
download | pkgsrc-7d522a118e7e2ea1b949b28a32fb3329a9af62bc.tar.gz |
Replace teTeX's web2c (7.5.4) with print/web2c (7.5.7).
Diffstat (limited to 'print/web2c')
-rw-r--r-- | print/web2c/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/web2c/Makefile b/print/web2c/Makefile index 23635838273..a804c73edcd 100644 --- a/print/web2c/Makefile +++ b/print/web2c/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2009/04/11 21:32:46 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2009/04/12 07:33:35 minskim Exp $ DISTNAME= texlive-20080816-source PKGNAME= web2c-7.5.7 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/} EXTRACT_SUFX= .tar.lzma @@ -11,7 +11,7 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.tug.org/web2c/ COMMENT= TeX implementation translating WEB to C -CONFLICTS+= teTeX-bin-[0-9]* +CONFLICTS+= teTeX-bin<=3.0nb28 EXTRACT_ELEMENTS= ${DISTNAME}/config \ ${DISTNAME}/libs/lua51 \ |