summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-12 10:51:44 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-12 10:51:44 +0000
commite4ab67c50cdcbbc0ad2179491ffa4813f96777c8 (patch)
treeae0436d38655a5edb155e29305772110e693329a /science
parentupdate to 0.9.7 (diff)
* Only use gfrotran42. not using gcc42.
* Bump portrevision.
Notes
Notes: svn path=/head/; revision=182186
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} \