diff options
author | minskim <minskim@pkgsrc.org> | 2012-08-14 21:05:51 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2012-08-14 21:05:51 +0000 |
commit | 62ec5546c49080c5d93ca079e6ec5b7fa5fc82a3 (patch) | |
tree | d2de0a8f814987fb8f22bdfba20b1577ad84196a /print | |
parent | aec7db8b95e57d563c3a57a0de76ecab2ea0c112 (diff) | |
download | pkgsrc-62ec5546c49080c5d93ca079e6ec5b7fa5fc82a3.tar.gz |
web2c requires ptexenc>=1.3.0.
This fixes PR 46787.
Diffstat (limited to 'print')
-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 ba1cfdc090d..1655200268b 100644 --- a/print/web2c/Makefile +++ b/print/web2c/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2012/08/13 11:25:56 drochner Exp $ +# $NetBSD: Makefile,v 1.25 2012/08/14 21:05:51 minskim Exp $ DISTNAME= texlive-20120701-source PKGNAME= web2c-2012 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2012/ EXTRACT_SUFX= .tar.xz @@ -15,7 +15,7 @@ CONFLICTS+= ja-ptex-bin-[0-9]* CONFLICTS+= teTeX-bin<=3.0nb28 CONFLICTS+= texlive-tetex<2010 DEPENDS+= kpathsea>=6.0.1:../../print/kpathsea -DEPENDS+= ptexenc>=1.2.0:../../print/ptexenc +DEPENDS+= ptexenc>=1.3.0:../../print/ptexenc EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ ${DISTNAME}/libs/obsdcompat \ |