diff options
author | maho <maho@FreeBSD.org> | 2007-01-12 13:40:57 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-12 13:40:57 +0800 |
commit | e9a8b0d6c0327311cd53f2ca634a8a12b6590b60 (patch) | |
tree | aecb06a639f91639f71ca1d8462577b62c535707 /biology | |
parent | e9c6c302c53fb90651c750776bed7572680cac9e (diff) | |
download | freebsd-ports-gnome-e9a8b0d6c0327311cd53f2ca634a8a12b6590b60.tar.gz freebsd-ports-gnome-e9a8b0d6c0327311cd53f2ca634a8a12b6590b60.tar.zst freebsd-ports-gnome-e9a8b0d6c0327311cd53f2ca634a8a12b6590b60.zip |
Using gfortran42 only. not using gcc42.
Bump portrevision.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/ortep3/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/biology/ortep3/Makefile b/biology/ortep3/Makefile index 0301bfee4489..7490f5bd1b42 100644 --- a/biology/ortep3/Makefile +++ b/biology/ortep3/Makefile @@ -7,7 +7,7 @@ PORTNAME= ortep3 PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= biology MASTER_SITES= http://www.ccl.net/cca/software/SOURCES/FORTRAN/ortep/:Z \ ftp://ftp.ornl.gov/pub/ortep/src/:f @@ -21,8 +21,10 @@ COMMENT= The Oak Ridge Thermal Ellipsoid Plot Program for Crystal Structure LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot .endif -WANT_FORTRAN=yes -USE_GCC=4.2+ +WANT_FORTRAN= yes #dummy but future use +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +FC= gfortran42 +F77= gfortran42 WRKSRC= ${WRKDIR}/ortep/src |