Using gfortran42 only. not using gcc42.
Bump portrevision.
This commit is contained in:
parent
5d7fcfc438
commit
709a18cca2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182137
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue