diff options
author | az <az@FreeBSD.org> | 2013-09-13 01:55:41 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-13 01:55:41 +0800 |
commit | 97be478202aed01041512ee00b968768877f45a6 (patch) | |
tree | 3c4966978dcdbf09071760438b6641e1107e1d97 /math | |
parent | 6b2f9be610deb3169a4a84727e1040501062d9e1 (diff) | |
download | freebsd-ports-gnome-97be478202aed01041512ee00b968768877f45a6.tar.gz freebsd-ports-gnome-97be478202aed01041512ee00b968768877f45a6.tar.zst freebsd-ports-gnome-97be478202aed01041512ee00b968768877f45a6.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Reviewed by: kwm@
Approved by: kwm@ (gnome@)
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 |