diff options
| author | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-03-15 23:36:14 +0000 |
|---|---|---|
| committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-03-15 23:36:14 +0000 |
| commit | 3c0af36d5eb944ba10adaa22d99a638a210b2594 (patch) | |
| tree | b15f05957a1f2c9fca8c470cfb2115f3d4d88320 | |
| parent | Update to 0.4.5 (diff) | |
Move from USE_GCC=4.4+ to USE_GCC=4.5+ since the 4.5 is the canonical
version these days and I want to phase out 4.4 soonish.
| -rw-r--r-- | graphics/lightspark-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/lightspark-devel/Makefile b/graphics/lightspark-devel/Makefile index 289e2dc58e82..2a22194013f0 100644 --- a/graphics/lightspark-devel/Makefile +++ b/graphics/lightspark-devel/Makefile @@ -41,7 +41,7 @@ MAKE_JOBS_SAFE= yes USE_PERL5_BUILD=yes # for llvm-config; see ports/146711 USE_LDCONFIG= yes USE_GETTEXT= yes -USE_GCC= 4.4+ +USE_GCC= 4.5+ PORTDOCS= * |
