diff options
author | 2010-11-11 13:51:57 +0100 | |
---|---|---|
committer | 2010-11-11 13:51:57 +0100 | |
commit | 62bbb1fd7da7372216ed9fc32107e3a105a47905 (patch) | |
tree | 9becfec7dc76213d4babcea62faffff6b981fcf2 /games-simulation/flightgear/flightgear-9999.ebuild | |
parent | [games-simulation/flightgear] add a patch to make SVN optional at compiletime (diff) | |
download | gamerlay-62bbb1fd7da7372216ed9fc32107e3a105a47905.tar.gz gamerlay-62bbb1fd7da7372216ed9fc32107e3a105a47905.tar.bz2 gamerlay-62bbb1fd7da7372216ed9fc32107e3a105a47905.zip |
[games-simulation/flightgear] further refine the svn patch
Diffstat (limited to 'games-simulation/flightgear/flightgear-9999.ebuild')
-rw-r--r-- | games-simulation/flightgear/flightgear-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild index bfaef61..f3c54c5 100644 --- a/games-simulation/flightgear/flightgear-9999.ebuild +++ b/games-simulation/flightgear/flightgear-9999.ebuild @@ -34,7 +34,7 @@ src_configure() { egamesconf \ --disable-dependency-tracking \ --enable-osgviewer \ - $(use_with subversion) \ + $(use_with subversion libsvn) \ || die "configure failed" } |