diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-06-20 17:53:26 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-06-20 17:53:26 +0000 |
commit | d20d39161c548cd364d1aed1b47e36a5acaf9093 (patch) | |
tree | d91e4924fb83562b6bdea30663898a63c63b9eb6 /multimedia/miro | |
parent | c62c213e10ac4eec3d3b52122369e33980e4440e (diff) | |
download | ports-d20d39161c548cd364d1aed1b47e36a5acaf9093.tar.gz ports-d20d39161c548cd364d1aed1b47e36a5acaf9093.zip |
Replace USE_GCC=4.3+ by USE_GCC=4.4+ (which has been a noop for two weeks
now anyway).
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=256766
Diffstat (limited to 'multimedia/miro')
-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 82d985c6a9a0..e2acee44840b 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 |