diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /editors | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) | |
download | ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.tar.gz ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.zip |
- Convert to new perl framework
- Trim Makefile header
Notes
Notes:
svn path=/head/; revision=324181
Diffstat (limited to 'editors')
-rw-r--r-- | editors/led/Makefile | 2 | ||||
-rw-r--r-- | editors/vile/Makefile | 2 | ||||
-rw-r--r-- | editors/xvile/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/led/Makefile b/editors/led/Makefile index 8816ec9d75a4..390618752167 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> diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 0a6b9940c7fb..b75d7f8bff9b 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 diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 59370a261a2f..c2d4133e526d 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -63,7 +63,7 @@ PLIST_SUB+= ICONV="@comment " .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 CONFIGURE_ARGS+= --with-perl PLIST_SUB+= PERL="" .else |