diff options
Diffstat (limited to 'converters/code2html')
-rw-r--r-- | converters/code2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/code2html/Makefile b/converters/code2html/Makefile index 36c687fafd4..a462af0f4ef 100644 --- a/converters/code2html/Makefile +++ b/converters/code2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:43 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/07/16 01:19:08 jlam Exp $ # DISTNAME= code2html-0.9.1 @@ -11,7 +11,7 @@ COMMENT= Convert a program source code to syntax highlighted HTML NO_BUILD= # defined REPLACE_PERL= code2html -USE_PERL5= run +USE_TOOLS+= perl:run INSTALLATION_DIRS= bin man/man1 |