summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-16 05:09:21 +0000
committerjlam <jlam>2005-05-16 05:09:21 +0000
commit4d065a0e965ec531a58c6c1888049834da808e00 (patch)
tree0a425a8f3fe04b0905d77f4c6cdd2d159c8b7281 /textproc
parent6f3a1ed3bb9b230403364f916b090a29a26cb625 (diff)
downloadpkgsrc-4d065a0e965ec531a58c6c1888049834da808e00.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"