diff options
author | minskim <minskim@pkgsrc.org> | 2011-01-23 03:00:04 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-01-23 03:00:04 +0000 |
commit | 2f6ca02db53f7c95cd055f28880ba2072dc81b1f (patch) | |
tree | ddd3a7dbbffedd59a06bac9b056aeaeb7cb8cc38 /textproc/py-X | |
parent | 837bbb487f5e76ed13294fcb5a5c35df20162836 (diff) | |
download | pkgsrc-2f6ca02db53f7c95cd055f28880ba2072dc81b1f.tar.gz |
py-X needs basic TeX and LaTeX commands only; it does not require the
complete TeX system.
Diffstat (limited to 'textproc/py-X')
-rw-r--r-- | textproc/py-X/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/py-X/Makefile b/textproc/py-X/Makefile index 6bda8d72903..9c5ccfca55b 100644 --- a/textproc/py-X/Makefile +++ b/textproc/py-X/Makefile @@ -1,15 +1,18 @@ -# $NetBSD: Makefile,v 1.8 2009/07/17 18:00:24 adrianp Exp $ +# $NetBSD: Makefile,v 1.9 2011/01/23 03:00:04 minskim Exp $ # DISTNAME= PyX-0.9 PKGNAME= ${PYPKGPREFIX}-X-0.9 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyx/} PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX3-bin +DEPENDS+= kpathsea-[0-9]*:../../print/kpathsea +DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex PYDISTUTILSPKG= yes |