diff options
Diffstat (limited to 'textproc/cdiff/Makefile')
-rw-r--r-- | textproc/cdiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/cdiff/Makefile b/textproc/cdiff/Makefile index 9b5930f..e2eff84 100644 --- a/textproc/cdiff/Makefile +++ b/textproc/cdiff/Makefile @@ -14,7 +14,7 @@ COMMENT= Diff readability enhancer for color terminals NO_BUILD= yes NO_WRKSUBDIR= yes -USE_PERL5= yes +USES= perl5 SRC= ${.CURDIR}/src |