diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 05:09:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 05:09:21 +0000 |
commit | 66b7642f94578d4155938c26a67f28235835dcd8 (patch) | |
tree | 0a425a8f3fe04b0905d77f4c6cdd2d159c8b7281 /textproc/hevea | |
parent | 6768833ecc4ca562456cdf40a0d8d4e543999633 (diff) | |
download | pkgsrc-66b7642f94578d4155938c26a67f28235835dcd8.tar.gz |
Don't require m4 for all packages, only for packages that use it.
Diffstat (limited to 'textproc/hevea')
-rw-r--r-- | textproc/hevea/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile index d246ef434f6..1642b5e043c 100644 --- a/textproc/hevea/Makefile +++ b/textproc/hevea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/05/13 16:54:13 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/05/16 05:09:21 jlam Exp $ DISTNAME= hevea-1.07 CATEGORIES= textproc @@ -10,6 +10,7 @@ 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" |