1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

* Only use gfrotran42. not using gcc42.

* Bump portrevision.
This commit is contained in:
Maho Nakata 2007-01-12 10:51:44 +00:00
parent efa7cc77e4
commit e4ab67c50c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182186

View File

@ -7,7 +7,7 @@
PORTNAME= psi3
PORTVERSION= 3.2.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= psicode
@ -39,8 +39,10 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_AUTOTOOLS= autoconf:259
WANT_FORTRAN= yes
USE_GCC= 4.2+
WANT_FORTRAN=yes #dummy but future use
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
FC= gfortran42
F77= gfortran42
CONFIGURE_ARGS= --with-cc=${CC} \
--with-cxx=${CXX} \
--with-fc=${FC} \