diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-12 10:51:44 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-12 10:51:44 +0000 |
commit | e4ab67c50cdcbbc0ad2179491ffa4813f96777c8 (patch) | |
tree | ae0436d38655a5edb155e29305772110e693329a /science/psi3/Makefile | |
parent | efa7cc77e4051b9bb4031f6b6d40e4c101da9584 (diff) |
Notes
Diffstat (limited to 'science/psi3/Makefile')
-rw-r--r-- | science/psi3/Makefile | 8 |
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} \ |