diff options
author | jmz <jmz@FreeBSD.org> | 2007-08-15 04:39:30 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2007-08-15 04:39:30 +0800 |
commit | a890211a7c28782fb283ae4d6741b80277fcf9d5 (patch) | |
tree | 30543f89618b471d92090ad6e9b04c5080df912d /graphics | |
parent | 743dca60dcc74ee8fc617934346e7d2e2cdbf67f (diff) | |
download | freebsd-ports-graphics-a890211a7c28782fb283ae4d6741b80277fcf9d5.tar.gz freebsd-ports-graphics-a890211a7c28782fb283ae4d6741b80277fcf9d5.tar.zst freebsd-ports-graphics-a890211a7c28782fb283ae4d6741b80277fcf9d5.zip |
s/WANT_FORTRAN/USE_FORTRAN/
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-PGPLOT/Makefile | 4 | ||||
-rw-r--r-- | graphics/pgperl/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index fcd3a961211..a4fc6e8890b 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -7,7 +7,7 @@ PORTNAME= pgperl PORTVERSION= 2.19 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PGPLOT @@ -18,10 +18,10 @@ 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 MAN3= PGPLOT.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -WANT_FORTRAN= yes USE_PERL5= yes SCRIPTS_ENV= PERL=${PERL} diff --git a/graphics/pgperl/Makefile b/graphics/pgperl/Makefile index fcd3a961211..a4fc6e8890b 100644 --- a/graphics/pgperl/Makefile +++ b/graphics/pgperl/Makefile @@ -7,7 +7,7 @@ PORTNAME= pgperl PORTVERSION= 2.19 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PGPLOT @@ -18,10 +18,10 @@ 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 MAN3= PGPLOT.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -WANT_FORTRAN= yes USE_PERL5= yes SCRIPTS_ENV= PERL=${PERL} |