diff options
author | mef <mef@pkgsrc.org> | 2015-01-24 07:27:46 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-01-24 07:27:46 +0000 |
commit | f4a865308ee0fa25dff0fe27c8bd57244960a0b9 (patch) | |
tree | bb29736d8d3ef55014ef7bc8b5eb39cb535ea8eb /print/advi/Makefile | |
parent | a9d5475da24473b310ef3305ee86f39e4248ec7b (diff) | |
download | pkgsrc-f4a865308ee0fa25dff0fe27c8bd57244960a0b9.tar.gz |
(pkgsrc)
- Add DEPENDS+= textproc/hevea
- Remove two patches:
* One was to disable building doc
* The other was fixing tex stuff PATH
- PKGREVISION++
- (PLIST) adding many doc files
Diffstat (limited to 'print/advi/Makefile')
-rw-r--r-- | print/advi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/advi/Makefile b/print/advi/Makefile index ac955f15890..7658798e8aa 100644 --- a/print/advi/Makefile +++ b/print/advi/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.82 2015/01/24 03:55:34 mef Exp $ +# $NetBSD: Makefile,v 1.83 2015/01/24 07:27:46 mef Exp $ DISTNAME= advi-1.10.2 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= http://gallium.inria.fr/advi/ @@ -19,6 +20,7 @@ DEPENDS+= camlimages>=4.0.0:../../graphics/camlimages DEPENDS+= tex-fontinst>=1.933:../../fonts/tex-fontinst DEPENDS+= tex-pstools>=1.68:../../graphics/tex-pstools DEPENDS+= tex-cyrillic-bin>=2013:../../print/tex-cyrillic-bin +DEPENDS+= hevea-[0-9]*:../../textproc/hevea USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |