diff options
author | gerald <gerald@FreeBSD.org> | 2010-06-21 01:53:26 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2010-06-21 01:53:26 +0800 |
commit | 111122974f68b2359f84e11078fe356ed5c6aba4 (patch) | |
tree | 09dd7e1a43183ee4d72b445703c5b62f91f1e6cb /multimedia | |
parent | e38d632f4bd0749a6a65ac286b8edab5592d985f (diff) | |
download | freebsd-ports-graphics-111122974f68b2359f84e11078fe356ed5c6aba4.tar.gz freebsd-ports-graphics-111122974f68b2359f84e11078fe356ed5c6aba4.tar.zst freebsd-ports-graphics-111122974f68b2359f84e11078fe356ed5c6aba4.zip |
Replace USE_GCC=4.3+ by USE_GCC=4.4+ (which has been a noop for two weeks
now anyway).
Feature safe: yes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/miro/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/miro/Makefile b/multimedia/miro/Makefile index 82d985c6a9a..e2acee44840 100644 --- a/multimedia/miro/Makefile +++ b/multimedia/miro/Makefile @@ -30,7 +30,7 @@ INSTALL_WRKSRC= ${WRKSRC}/platform/gtk-x11 CONFLICTS= Miro-[0-9]* -USE_GCC= 4.3+ +USE_GCC= 4.4+ USE_GNOME= gtk20 pygnomeextras USE_GECKO= libxul seamonkey USE_OPENSSL= yes |