diff options
author | gerald <gerald@FreeBSD.org> | 2011-09-05 05:07:18 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-09-05 05:07:18 +0800 |
commit | 83739df5091022f3eb333e5fdaccbaafe4b66c4d (patch) | |
tree | 7d9868cf027afee9184aa5d9459299b547721ca8 | |
parent | 8138691bb640808d7bc92d3110a6a39c149f8cf8 (diff) | |
download | freebsd-ports-gnome-83739df5091022f3eb333e5fdaccbaafe4b66c4d.tar.gz freebsd-ports-gnome-83739df5091022f3eb333e5fdaccbaafe4b66c4d.tar.zst freebsd-ports-gnome-83739df5091022f3eb333e5fdaccbaafe4b66c4d.zip |
Move USE_FORTRAN to appease portlint.
-rw-r--r-- | graphics/p5-PGPLOT/Makefile | 2 | ||||
-rw-r--r-- | graphics/pgperl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index 8d99d96c5b08..602490ef189a 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -18,11 +18,11 @@ 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= g77 MAN3= PGPLOT.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +USE_FORTRAN= g77 USE_PERL5= yes SCRIPTS_ENV= PERL=${PERL} INSTALL_TARGET= pure_install diff --git a/graphics/pgperl/Makefile b/graphics/pgperl/Makefile index 8d99d96c5b08..602490ef189a 100644 --- a/graphics/pgperl/Makefile +++ b/graphics/pgperl/Makefile @@ -18,11 +18,11 @@ 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= g77 MAN3= PGPLOT.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +USE_FORTRAN= g77 USE_PERL5= yes SCRIPTS_ENV= PERL=${PERL} INSTALL_TARGET= pure_install |