aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-12 18:51:44 +0800
committermaho <maho@FreeBSD.org>2007-01-12 18:51:44 +0800
commit95fefeb2173ae027f520ef0fac9034cef32e02d3 (patch)
treec290d706a2a2924bc761c13e05d4b8583417cdb9 /science
parent238655309aaf6ddafe6927eff8463ef589b20c68 (diff)
downloadfreebsd-ports-gnome-95fefeb2173ae027f520ef0fac9034cef32e02d3.tar.gz
freebsd-ports-gnome-95fefeb2173ae027f520ef0fac9034cef32e02d3.tar.zst
freebsd-ports-gnome-95fefeb2173ae027f520ef0fac9034cef32e02d3.zip
* Only use gfrotran42. not using gcc42.
* Bump portrevision.
Diffstat (limited to 'science')
-rw-r--r--science/psi3/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/science/psi3/Makefile b/science/psi3/Makefile
index 5f81c8482e27..5db9f1ac2a19 100644
--- a/science/psi3/Makefile
+++ b/science/psi3/Makefile
@@ -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} \