diff options
Diffstat (limited to 'editors/vile/Makefile')
-rw-r--r-- | editors/vile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 0a6b994..b75d7f8 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -48,7 +48,7 @@ PLIST_SUB+= ICONV="@comment " .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 CONFIGURE_ARGS+= --with-perl PLIST_SUB+= PERL="" .else |