diff options
Diffstat (limited to 'devel/p5-ExtUtils-F77')
-rw-r--r-- | devel/p5-ExtUtils-F77/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-ExtUtils-F77/Makefile b/devel/p5-ExtUtils-F77/Makefile index 2d78e8ca4de..bbf8c14a393 100644 --- a/devel/p5-ExtUtils-F77/Makefile +++ b/devel/p5-ExtUtils-F77/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:32:23 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/04/25 03:57:37 minskim Exp $ DISTNAME= ExtUtils-F77-1.13 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Perl module for determining how to link Fortran and C -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/ExtUtils/F77/.packlist .include "../../lang/perl5/module.mk" |