diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-13 08:46:54 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-13 08:46:54 +0000 |
commit | b34da857742d5f1ba78015d7e4379418b6e298d0 (patch) | |
tree | 2868a438f6ffd51865ab5ad5afb242fb2c95232b /graphics/gplot | |
parent | ab5de95db2ba51025323dcfff5af5c6f35d9fbd4 (diff) |
* Migrate to gfortran.
* Bump port revision.
Notes
Notes:
svn path=/head/; revision=182283
Diffstat (limited to 'graphics/gplot')
-rw-r--r-- | graphics/gplot/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/gplot/Makefile b/graphics/gplot/Makefile index 1159a92f399b..5301173bcc36 100644 --- a/graphics/gplot/Makefile +++ b/graphics/gplot/Makefile @@ -7,6 +7,7 @@ PORTNAME= gplot PORTVERSION= 4.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.psc.edu/pub/gplot/ DISTNAME= ${PORTNAME} @@ -19,6 +20,11 @@ NO_WRKSUBDIR= yes ALL_TARGET= drawcgm gtex gplot MAN1= gplot.1 DOCS= gplot.hlp gplot.txt gtex.doc +WANT_FORTRAN=yes #dummy but future use +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +FC= gfortran42 +F77= gfortran42 +MAKE_ENV+= FC="${FC}" F77="${F77}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gplot ${PREFIX}/bin |