diff options
author | minskim <minskim@pkgsrc.org> | 2009-01-08 21:47:18 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-01-08 21:47:18 +0000 |
commit | 8f34c7c6b761f1efaa2e3883e8151dd686871a72 (patch) | |
tree | 174e36e434b775bebf31e8d657a5190b568e9273 /print/kpathsea | |
parent | 340c04aee4f2471706e24d77b7764c2c5a716b58 (diff) | |
download | pkgsrc-8f34c7c6b761f1efaa2e3883e8151dd686871a72.tar.gz |
Do not conflict with future revisions of teTeX-bin and teTeX-texmf.
They will be modified to coexist with this package.
Bump PKGREVISION.
Diffstat (limited to 'print/kpathsea')
-rw-r--r-- | print/kpathsea/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/kpathsea/Makefile b/print/kpathsea/Makefile index aeeb92df774..409a99c1a25 100644 --- a/print/kpathsea/Makefile +++ b/print/kpathsea/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/01/03 22:12:42 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2009/01/08 21:47:18 minskim Exp $ DISTNAME= texlive-20080816-source PKGNAME= kpathsea-3.5.7 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/} EXTRACT_SUFX= .tar.lzma @@ -10,8 +11,8 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.tug.org/kpathsea/ COMMENT= Path searching library for TeX-related files -CONFLICTS+= teTeX-bin-[0-9]* -CONFLICTS+= teTeX-texmf-[0-9]* +CONFLICTS+= teTeX-bin<=3.0nb21 +CONFLICTS+= teTeX-texmf<=3.0nb5 EXTRACT_ELEMENTS= ${DISTNAME}/texk/kpathsea \ ${DISTNAME}/texk/make \ |