diff options
Diffstat (limited to 'editors/led/Makefile')
-rw-r--r-- | editors/led/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/led/Makefile b/editors/led/Makefile index 8816ec9..3906187 100644 --- a/editors/led/Makefile +++ b/editors/led/Makefile @@ -11,8 +11,8 @@ COMMENT= A tiny text editor, with a number of useful programming features LICENSE= BSD +USES= perl5 GNU_CONFIGURE= yes -USE_PERL5= yes MAKE_JOBS_UNSAFE= yes .include <bsd.port.mk> |