diff options
author | tonio <tonio@pkgsrc.org> | 2005-09-29 13:20:46 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-09-29 13:20:46 +0000 |
commit | 8c79b68dde90b8c96431b9f1de6892226f008364 (patch) | |
tree | 00fba97ab32f4920f80af557b06a3819447c2292 /textproc/hevea/Makefile | |
parent | 54ae0df6060858f52820a7d511527286f9c0c56b (diff) | |
download | pkgsrc-8c79b68dde90b8c96431b9f1de6892226f008364.tar.gz |
Update textproc/hevea to 1.08
This release introduces style sheets and uses more entities, and a ot of
bugfixes
The build do no more use m5, but sed
approved by wiz@
Diffstat (limited to 'textproc/hevea/Makefile')
-rw-r--r-- | textproc/hevea/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile index 1642b5e043c..f0211608bc1 100644 --- a/textproc/hevea/Makefile +++ b/textproc/hevea/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2005/05/16 05:09:21 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/09/29 13:20:46 tonio Exp $ -DISTNAME= hevea-1.07 +DISTNAME= hevea-1.08 CATEGORIES= textproc MASTER_SITES= http://para.inria.fr/~maranget/hevea/distri/ @@ -10,9 +10,6 @@ COMMENT= LaTeX to HTML translator BUILD_DEPENDS+= ocaml>=3.07:../../lang/ocaml -USE_TOOLS+= m4 -MAKE_ENV+= M4=${TOOLS_M4:Q} - .include "../../mk/bsd.prefs.mk" .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "sparc") |