diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-04-07 15:31:51 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-04-07 15:31:51 +0000 |
commit | e89f13b5550c0391b174929e8d07525a801a44f4 (patch) | |
tree | 8d40a7056b8ee0445aab62f130713237c171b5f2 | |
parent | Fix build. FT_BRIDGE=1 no longer needs FT_* variables, and the freetype (diff) |
Replace USE_GCC=4.5+ by USE_GCC=4.6+ which has been transparently
done by the ports infrastructure for a while.
Approved by: maintainer timeout
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=294332
-rw-r--r-- | science/meep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/meep/Makefile b/science/meep/Makefile index 643a6e895b37..b20ef25752c7 100644 --- a/science/meep/Makefile +++ b/science/meep/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS+= harminv:${PORTSDIR}/science/harminv USE_GMAKE= yes GNU_CONFIGURE= yes USE_FORTRAN= yes -USE_GCC= 4.5+ +USE_GCC= 4.6+ USE_ICONV= yes USE_GETTEXT= yes USE_AUTOTOOLS+= libltdl |