diff options
Diffstat (limited to 'textproc/makepatch')
-rw-r--r-- | textproc/makepatch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/makepatch/Makefile b/textproc/makepatch/Makefile index 7c89e79e502d..6a29bf6440ee 100644 --- a/textproc/makepatch/Makefile +++ b/textproc/makepatch/Makefile @@ -9,7 +9,8 @@ MASTER_SITE_SUBDIR= CPAN:JV MAINTAINER= clsung@FreeBSD.org COMMENT= Perl scripts to assist in the generation and application of patches -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= makepatch.1 applypatch.1 |