diff options
author | az <az@FreeBSD.org> | 2013-08-03 16:45:51 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-03 16:45:51 +0800 |
commit | f8d84df2018f0071d586d8c74fe89b3ebe61cbfc (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /editors | |
parent | 5ff0965a6a20416caf6012b02767e66ac0694085 (diff) | |
download | freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.tar.gz freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.tar.zst freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.zip |
- Convert to new perl framework
- Trim Makefile header
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 |