Using only gfortran42. not gcc42.
Bump portrevision.
This commit is contained in:
parent
bb346e1975
commit
5d7fcfc438
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182136
2 changed files with 10 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= molden
|
||||
PORTVERSION= 4.4
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= biology
|
||||
MASTER_SITES= ftp://ftp.cmbi.kun.nl/pub/molgraph/molden/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
|
@ -24,11 +24,15 @@ USE_XLIB= yes
|
|||
|
||||
RESTRICTED= free for academic, non profit usage; do not re-distribute source and executable.
|
||||
MAKEFILE= ${WRKSRC}/makefile
|
||||
WANT_FORTRAN= yes #dummy
|
||||
USE_GCC= 4.2+
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
WANT_FORTRAN= yes #dummy but future use
|
||||
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
|
||||
FC= gfortran42
|
||||
F77= gfortran42
|
||||
MAKE_ENV+= FC="${FC}" F77="${77}"
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/xwin.c
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (molden-4.4_2/molden4.4.tar.Z) = c50e5b4baf9cc453702fbc63649cfe44
|
||||
SHA256 (molden-4.4_2/molden4.4.tar.Z) = 0eadbe629485d408440586aed81f7761c354636a2a36ae996e1f21a2c59db23a
|
||||
SIZE (molden-4.4_2/molden4.4.tar.Z) = 3556861
|
||||
MD5 (molden-4.4_3/molden4.4.tar.Z) = c50e5b4baf9cc453702fbc63649cfe44
|
||||
SHA256 (molden-4.4_3/molden4.4.tar.Z) = 0eadbe629485d408440586aed81f7761c354636a2a36ae996e1f21a2c59db23a
|
||||
SIZE (molden-4.4_3/molden4.4.tar.Z) = 3556861
|
||||
|
|
Loading…
Reference in a new issue