diff options
author | tv <tv@pkgsrc.org> | 2005-11-08 19:45:54 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-08 19:45:54 +0000 |
commit | cbba200ef0a63e602329ffa4667b439363d4cae0 (patch) | |
tree | 0860df4ea10b34890ee93a628c1cfc52b1672166 /textproc/robodoc | |
parent | fc63dc6dec4294d20d96d99b453c17d44fd049d8 (diff) | |
download | pkgsrc-cbba200ef0a63e602329ffa4667b439363d4cae0.tar.gz |
Need gm4, too, as system-builtin m4 does not support "-P" on many platforms
(including Interix).
Diffstat (limited to 'textproc/robodoc')
-rw-r--r-- | textproc/robodoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/robodoc/Makefile b/textproc/robodoc/Makefile index 68c32409557..be311e2c8ad 100644 --- a/textproc/robodoc/Makefile +++ b/textproc/robodoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:35 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/11/08 19:45:54 tv Exp $ # DISTNAME= robodoc-3.2.3 @@ -10,7 +10,7 @@ HOMEPAGE= https://sourceforge.net/projects/robodoc/ COMMENT= Tool to support project documentation within source code GNU_CONFIGURE= YES -USE_TOOLS+= gmake +USE_TOOLS+= gm4 gmake MAKEFILE= makefile |