diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:55:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:55:41 +0000 |
commit | 184fe8daa42501edf954dd180c45af4c0ac1b31a (patch) | |
tree | 3c4966978dcdbf09071760438b6641e1107e1d97 /math | |
parent | 276f6257d405061578189f52bb452e638cd60267 (diff) |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Reviewed by: kwm@
Approved by: kwm@ (gnome@)
Notes
Notes:
svn path=/head/; revision=327099
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 10025993d16b..ca40baa0a726 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -45,7 +45,7 @@ PERL_DESC= Support Perl as extension language .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 PLIST_SUB+= PERL="" .else CONFIGURE_ARGS+= --without-perl |