diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-08 08:45:08 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-08 08:45:08 +0800 |
commit | 07d9e093a64a0c7f96ed0775d50e0f818d98fd80 (patch) | |
tree | 02dbbd994569afd4c5091886b42b9fc57a56da98 /math | |
parent | 19b5365f6b139c7191946e258da022ec68b68aae (diff) | |
download | freebsd-ports-gnome-07d9e093a64a0c7f96ed0775d50e0f818d98fd80.tar.gz freebsd-ports-gnome-07d9e093a64a0c7f96ed0775d50e0f818d98fd80.tar.zst freebsd-ports-gnome-07d9e093a64a0c7f96ed0775d50e0f818d98fd80.zip |
Remove support for antique perl.
Hat: portmgr
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 6 | ||||
-rw-r--r-- | math/gnumeric/pkg-plist | 14 |
2 files changed, 7 insertions, 13 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 93bba68015b5..87231fcc94fe 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -46,12 +46,6 @@ OPTIONS= GNOMEDB "Enable libgnomedb support" off .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -PLIST_SUB+= PERL="@comment " -.else -PLIST_SUB+= PERL="" -.endif - .if defined(WITH_GNOMEDB) USE_GNOME+= libgnomedb CONFIGURE_ARGS+= --with-gda diff --git a/math/gnumeric/pkg-plist b/math/gnumeric/pkg-plist index 63a8cfa74683..000254682fc9 100644 --- a/math/gnumeric/pkg-plist +++ b/math/gnumeric/pkg-plist @@ -212,11 +212,11 @@ lib/gnumeric/%%VERSION%%/plugins/oleo/plugin.xml lib/gnumeric/%%VERSION%%/plugins/openoffice/openoffice.la lib/gnumeric/%%VERSION%%/plugins/openoffice/openoffice.so lib/gnumeric/%%VERSION%%/plugins/openoffice/plugin.xml -%%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-func/perl_func.pl -%%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-func/plugin.xml -%%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-loader/perl_loader.la -%%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-loader/perl_loader.so -%%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-loader/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/perl-func/perl_func.pl +lib/gnumeric/%%VERSION%%/plugins/perl-func/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/perl-loader/perl_loader.la +lib/gnumeric/%%VERSION%%/plugins/perl-loader/perl_loader.so +lib/gnumeric/%%VERSION%%/plugins/perl-loader/plugin.xml lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plan_perfect.la lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plan_perfect.so lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plugin.xml @@ -904,8 +904,8 @@ share/locale/zh_TW/LC_MESSAGES/gnumeric.mo @dirrm lib/gnumeric/%%VERSION%%/plugins/py-func @dirrm lib/gnumeric/%%VERSION%%/plugins/psiconv @dirrm lib/gnumeric/%%VERSION%%/plugins/plan_perfect -%%PERL%%@dirrm lib/gnumeric/%%VERSION%%/plugins/perl-loader -%%PERL%%@dirrm lib/gnumeric/%%VERSION%%/plugins/perl-func +@dirrm lib/gnumeric/%%VERSION%%/plugins/perl-loader +@dirrm lib/gnumeric/%%VERSION%%/plugins/perl-func @dirrm lib/gnumeric/%%VERSION%%/plugins/openoffice @dirrm lib/gnumeric/%%VERSION%%/plugins/oleo @dirrm lib/gnumeric/%%VERSION%%/plugins/numtheory |