diff options
author | jmz <jmz@FreeBSD.org> | 2007-10-01 17:56:52 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2007-10-01 17:56:52 +0800 |
commit | eab23d138a48d10d80a78f4e0af7c61c4b245462 (patch) | |
tree | 6c8da13b85b42888f711db93f58e1a8eb5a28543 /graphics/p5-PGPLOT | |
parent | 50979207db2aa4db19f66e6690e17fab0d077b9e (diff) | |
download | freebsd-ports-gnome-eab23d138a48d10d80a78f4e0af7c61c4b245462.tar.gz freebsd-ports-gnome-eab23d138a48d10d80a78f4e0af7c61c4b245462.tar.zst freebsd-ports-gnome-eab23d138a48d10d80a78f4e0af7c61c4b245462.zip |
Replace USE_FORTRAN=yes with USE_FORTRAN=g77.
Diffstat (limited to 'graphics/p5-PGPLOT')
-rw-r--r-- | graphics/p5-PGPLOT/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index a4fc6e8890bf..0468667d754f 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -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} |