diff options
author | kris <kris@FreeBSD.org> | 2005-03-27 04:54:50 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-27 04:54:50 +0800 |
commit | 17a7985a6c04cde8c1b0be89814b8b4fa0a374aa (patch) | |
tree | 9c332c38eb4fc6bc02bcc2a7d4cd65d64d440f34 | |
parent | fb372fe7de162986f42a17887aee999f2bcc6e44 (diff) | |
download | freebsd-ports-gnome-17a7985a6c04cde8c1b0be89814b8b4fa0a374aa.tar.gz freebsd-ports-gnome-17a7985a6c04cde8c1b0be89814b8b4fa0a374aa.tar.zst freebsd-ports-gnome-17a7985a6c04cde8c1b0be89814b8b4fa0a374aa.zip |
BROKEN: Incorrectly installs a perllocal.pod file
Approved by: portmgr (self)
-rw-r--r-- | graphics/p5-PGPLOT/Makefile | 2 | ||||
-rw-r--r-- | graphics/pgperl/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby-perl/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index ba4712cfb3d6..40c8fcf3400d 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -19,6 +19,8 @@ COMMENT= A perl5 extension which makes available the pgplot library LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 +BROKEN= Incorrectly installs a perllocal.pod file + USE_PERL5= yes ALL_TARGET= dynamic SCRIPTS_ENV= PERL=${PERL} diff --git a/graphics/pgperl/Makefile b/graphics/pgperl/Makefile index ba4712cfb3d6..40c8fcf3400d 100644 --- a/graphics/pgperl/Makefile +++ b/graphics/pgperl/Makefile @@ -19,6 +19,8 @@ COMMENT= A perl5 extension which makes available the pgplot library LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 +BROKEN= Incorrectly installs a perllocal.pod file + USE_PERL5= yes ALL_TARGET= dynamic SCRIPTS_ENV= PERL=${PERL} diff --git a/lang/ruby-perl/Makefile b/lang/ruby-perl/Makefile index 258d18cb1a88..3af039b6158e 100644 --- a/lang/ruby-perl/Makefile +++ b/lang/ruby-perl/Makefile @@ -16,6 +16,8 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby extension module to use the functions of Perl from Ruby +BROKEN= Incorrectly installs a perllocal.pod file + USE_PERL5= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes |