diff options
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 |