aboutsummaryrefslogtreecommitdiffstats
path: root/science/avogadro
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2010-06-28 05:16:33 +0800
committergerald <gerald@FreeBSD.org>2010-06-28 05:16:33 +0800
commitdabbf607527dc7cb693d881dcf7db5e347437319 (patch)
tree3eb02dd15ed2a207991e57786bc63eff87137faf /science/avogadro
parent57f1497f4aa70dc65f5a32fb575ffe039fcbd03b (diff)
downloadfreebsd-ports-graphics-dabbf607527dc7cb693d881dcf7db5e347437319.tar.gz
freebsd-ports-graphics-dabbf607527dc7cb693d881dcf7db5e347437319.tar.zst
freebsd-ports-graphics-dabbf607527dc7cb693d881dcf7db5e347437319.zip
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
Diffstat (limited to 'science/avogadro')
-rw-r--r--science/avogadro/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/avogadro/Makefile b/science/avogadro/Makefile
index 9128d9f58cb..3cb25981ecb 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