diff options
author | minskim <minskim> | 2009-04-12 07:33:35 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-04-12 07:33:35 +0000 |
commit | 57683cd76de32c352d0cfefc886aab408bbc8fdb (patch) | |
tree | 9a21251f5c858ca82f177d48684b413f6e085d64 /print/web2c/Makefile | |
parent | 94c43379b1a68e575d38d6efdd20005fb34d0bda (diff) | |
download | pkgsrc-57683cd76de32c352d0cfefc886aab408bbc8fdb.tar.gz |
Replace teTeX's web2c (7.5.4) with print/web2c (7.5.7).
Diffstat (limited to 'print/web2c/Makefile')
-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 \ |