diff options
Diffstat (limited to 'textproc/hevea/Makefile')
-rw-r--r-- | textproc/hevea/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile index c532e3b9977..d246ef434f6 100644 --- a/textproc/hevea/Makefile +++ b/textproc/hevea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/02/04 22:23:23 adrianp Exp $ +# $NetBSD: Makefile,v 1.10 2005/05/13 16:54:13 jlam Exp $ DISTNAME= hevea-1.07 CATEGORIES= textproc @@ -10,7 +10,7 @@ COMMENT= LaTeX to HTML translator BUILD_DEPENDS+= ocaml>=3.07:../../lang/ocaml -MAKE_ENV+= M4="${M4}" +MAKE_ENV+= M4=${TOOLS_M4:Q} .include "../../mk/bsd.prefs.mk" |