diff options
author | jmz <jmz@FreeBSD.org> | 2007-07-06 19:19:09 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2007-07-06 19:19:09 +0800 |
commit | 7fcc13c3282bb328da21139b66480c02ad1a8c2a (patch) | |
tree | 84f84fa039bcbddba1c662aa18ce175109ec73e5 /graphics/pgperl | |
parent | 03fad2413f818c125d306b4736031268a5a68e4d (diff) | |
download | freebsd-ports-gnome-7fcc13c3282bb328da21139b66480c02ad1a8c2a.tar.gz freebsd-ports-gnome-7fcc13c3282bb328da21139b66480c02ad1a8c2a.tar.zst freebsd-ports-gnome-7fcc13c3282bb328da21139b66480c02ad1a8c2a.zip |
This port wants FORTRAN
Diffstat (limited to 'graphics/pgperl')
-rw-r--r-- | graphics/pgperl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pgperl/Makefile b/graphics/pgperl/Makefile index faf1a6f82069..da2ba2371dac 100644 --- a/graphics/pgperl/Makefile +++ b/graphics/pgperl/Makefile @@ -7,7 +7,7 @@ PORTNAME= pgperl PORTVERSION= 2.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PGPLOT @@ -21,6 +21,7 @@ BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 MAN3= PGPLOT.3 MAN3PREFIX= ${TARGETDIR}/lib/perl5/${PERL_VERSION} +WANT_FORTRAN= yes USE_PERL5= yes SCRIPTS_ENV= PERL=${PERL} |