diff options
author | gerald <gerald@FreeBSD.org> | 2011-03-16 07:36:14 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-03-16 07:36:14 +0800 |
commit | b41b27baf44f3321c0ea028da1aead2058ec03fd (patch) | |
tree | a880a5407a0db65983b95c0a676753be1a1f4ffa /graphics | |
parent | cf42a85a8590d00bc95372dbfec8068e908f998e (diff) | |
download | freebsd-ports-gnome-b41b27baf44f3321c0ea028da1aead2058ec03fd.tar.gz freebsd-ports-gnome-b41b27baf44f3321c0ea028da1aead2058ec03fd.tar.zst freebsd-ports-gnome-b41b27baf44f3321c0ea028da1aead2058ec03fd.zip |
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.
Diffstat (limited to 'graphics')
-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= * |