mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
* Migrate to gfortran.
* Bump port revision. * fix build [1]. Submitted by: kris [1]
This commit is contained in:
parent
2277b8f479
commit
0189d58a25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182485
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= psi88
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= biology
|
||||
MASTER_SITES= http://www.ccl.net/cca/software/SOURCES/FORTRAN/psi88/
|
||||
DISTNAME= ${PORTNAME}
|
||||
@ -18,11 +19,9 @@ COMMENT= Plotting wavefunctions (molecular orbitals) in 3D
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
WANT_FORTRAN= yes #dummy
|
||||
#currently not buildable with gfortran.
|
||||
#assume FreeBSD7 won't ship with f77 nor gfortran.
|
||||
.if ${OSVERSION} >= 700000
|
||||
USE_GCC= 3.4
|
||||
.endif
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
|
||||
pre-patch:
|
||||
${MV} ${WRKSRC}/src/makefile ${WRKSRC}/src/Makefile
|
||||
|
Loading…
x
Reference in New Issue
Block a user