diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-06-27 21:16:33 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-06-27 21:16:33 +0000 |
commit | 5f8aa4f6361657092c8e9e0d7aec5b831453d83c (patch) | |
tree | 1ffd57da95dd654487ff63e0106fd21151fc208a /science/avogadro | |
parent | e2bf83504e9f4fb8dfbc00de51292e5c78627464 (diff) |
Notes
Diffstat (limited to 'science/avogadro')
-rw-r--r-- | science/avogadro/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/avogadro/Makefile b/science/avogadro/Makefile index 9128d9f58cb2..3cb25981ecb8 100644 --- a/science/avogadro/Makefile +++ b/science/avogadro/Makefile @@ -26,7 +26,7 @@ USE_CMAKE= yes CMAKE_ARGS= -DCMAKE_INSTALL_PREFIX="${PREFIX}" \ -DLIB_INSTALL_DIR="${LOCALBASE}/lib" \ -DENABLE_GLSL=OFF -USE_GCC= 4.3+ +USE_GCC= 4.4+ MAKE_JOBS_SAFE= yes OPTIONS= PYTHON "Enable python support (broken with sip-4.10)" off |