From 5f8aa4f6361657092c8e9e0d7aec5b831453d83c Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 27 Jun 2010 21:16:33 +0000 Subject: [PATCH] Replace USE_GCC=4.3+ by USE_GCC=4.4+ (which, practically, is no change since Mk/bsd.gcc.mk has been rewriting the former to the later for a bit.) Approved by: tkjacobsen@gmail.com (maintainer) Feature safe: yes --- science/avogadro/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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