diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-05-14 20:18:04 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-05-14 20:18:04 +0000 |
commit | 3e11ad87e7a987ceb9bc2cb4dfe09988e8135a2a (patch) | |
tree | 1f7cf7624bdc40677d53a885641b490729791188 /science/libint | |
parent | devel/rubygem-climate_control: Upstream removed the dependency on (diff) |
Update the comment explaining the use of USE_GCC=yes to current
realitiy (gfortran48 has not been the default for a while), and
in fact general enough for a soon-to-come update of lang/gcc.
Notes
Notes:
svn path=/head/; revision=440900
Diffstat (limited to 'science/libint')
-rw-r--r-- | science/libint/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/science/libint/Makefile b/science/libint/Makefile index 1a47749ac273..249444af0855 100644 --- a/science/libint/Makefile +++ b/science/libint/Makefile @@ -17,10 +17,10 @@ USE_GITHUB= yes GH_ACCOUNT= evaleev # USE_GCC=yes is required because libint is used with mpqc which is built -# by gfortran48 (from `lang/gcc') and these two libraries each try to pull -# in a different version of libgcc_s.so which fails. Forcing this port to -# build with `lang/gcc' as well resolves the conflict that manifests in -# `science/libghemical' port. +# by gfortran (via USES=fortran) and these two libraries each try to pull +# in libgcc_s.so which fails if it's different versions. Forcing this port +# to build with the default version of GCC as well resolves the conflict +# that manifests in the science/libghemical port. USES= autoreconf gmake libtool perl5 USE_GCC= yes USE_LDCONFIG= yes |