Replace USE_FORTRAN=yes with USE_FORTRAN=g77.

This commit is contained in:
Jean-Marc Zucconi 2007-10-01 09:56:52 +00:00
parent b3363ecf65
commit 290d7664c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200539
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= pgperl
PORTVERSION= 2.19
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= PGPLOT
@ -18,7 +18,7 @@ COMMENT= A perl5 extension which makes available the pgplot library
LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot
BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77
USE_FORTRAN= yes
USE_FORTRAN= g77
MAN3= PGPLOT.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}

View file

@ -7,7 +7,7 @@
PORTNAME= pgperl
PORTVERSION= 2.19
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= PGPLOT
@ -18,7 +18,7 @@ COMMENT= A perl5 extension which makes available the pgplot library
LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot
BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77
USE_FORTRAN= yes
USE_FORTRAN= g77
MAN3= PGPLOT.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}