diff options
Diffstat (limited to 'textproc/info_to_html')
-rw-r--r-- | textproc/info_to_html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/info_to_html/Makefile b/textproc/info_to_html/Makefile index 76212f15c359..59a94e38aab9 100644 --- a/textproc/info_to_html/Makefile +++ b/textproc/info_to_html/Makefile @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Translate GNU info files into HTML pages PLIST_FILES= bin/info_to_html -USE_PERL5= yes +USES= perl5 NO_BUILD= yes .include <bsd.port.pre.mk> |