summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-16 05:09:21 +0000
committerjlam <jlam@pkgsrc.org>2005-05-16 05:09:21 +0000
commit1b0d71386645e967b0580bea6d0d0b752bf3fd5b (patch)
tree0a425a8f3fe04b0905d77f4c6cdd2d159c8b7281 /textproc
parente3326eaf55a78318ed7e51f17637f97a3bce6d57 (diff)
downloadpkgsrc-1b0d71386645e967b0580bea6d0d0b752bf3fd5b.tar.gz
Don't require m4 for all packages, only for packages that use it.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/hevea/Makefile3
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"