diff options
author | mat <mat@FreeBSD.org> | 2014-04-08 00:27:14 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-04-08 00:27:14 +0800 |
commit | d49b51ba41794790f2da1d1fd2bbae3d02b26e0b (patch) | |
tree | f8fd87a5653b6fbd4f0e09eaebdea9f3f19fe2d3 | |
parent | cd82b2d04f6dae7acab0c86e8b9a3b6b5ef51580 (diff) | |
download | freebsd-ports-gnome-d49b51ba41794790f2da1d1fd2bbae3d02b26e0b.tar.gz freebsd-ports-gnome-d49b51ba41794790f2da1d1fd2bbae3d02b26e0b.tar.zst freebsd-ports-gnome-d49b51ba41794790f2da1d1fd2bbae3d02b26e0b.zip |
USES=tar:bzip2
Sponsored by: Absolight
-rw-r--r-- | lang/perl5.14/Makefile | 2 | ||||
-rw-r--r-- | lang/perl5.16/Makefile | 2 | ||||
-rw-r--r-- | lang/perl5.18/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/perl5.14/Makefile b/lang/perl5.14/Makefile index 36558733d19f..e8a57048ba79 100644 --- a/lang/perl5.14/Makefile +++ b/lang/perl5.14/Makefile @@ -43,7 +43,7 @@ PERL_ARCH= mach SITE_PERL_REL?= lib/perl5/site_perl/${PERL_VER} SITE_PERL?= ${PREFIX}/${SITE_PERL_REL} -USE_BZIP2= yes +USES= tar:bzip2 HAS_CONFIGURE= yes CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile index cff3fc71c804..795e5662f607 100644 --- a/lang/perl5.16/Makefile +++ b/lang/perl5.16/Makefile @@ -43,7 +43,7 @@ PERL_ARCH= mach SITE_PERL_REL?= lib/perl5/site_perl/${PERL_VER} SITE_PERL?= ${PREFIX}/${SITE_PERL_REL} -USE_BZIP2= yes +USES= tar:bzip2 HAS_CONFIGURE= yes CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ diff --git a/lang/perl5.18/Makefile b/lang/perl5.18/Makefile index 86695c21b0bc..2a194191e1fa 100644 --- a/lang/perl5.18/Makefile +++ b/lang/perl5.18/Makefile @@ -65,7 +65,7 @@ PERL_ARCH= mach SITE_PERL_REL?= lib/perl5/site_perl/${PERL_VER} SITE_PERL?= ${PREFIX}/${SITE_PERL_REL} -USE_BZIP2= yes +USES= tar:bzip2 HAS_CONFIGURE= yes CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ |