diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2007-08-14 20:39:30 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2007-08-14 20:39:30 +0000 |
commit | 68c66131c3dab4a54bb86a9d4aa8b1a8b3afc2c0 (patch) | |
tree | bf70d12dfda33ec5145ad2b1cb972ce9b05f1e3d /graphics/p5-PGPLOT | |
parent | ef69bcbc80f58160b962c14542073b31b811f86a (diff) |
Notes
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 fcd3a9612114..a4fc6e8890bf 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} |