diff options
author | Niels Horn <niels.horn@gmail.com> | 2011-10-27 12:21:30 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-11-04 21:59:28 -0200 |
commit | 61356254a62d61ec64e9d338055b17657b44e717 (patch) | |
tree | 9f9e7c8c1d9d355701c22a67650ebcee49204447 /games/freeciv/freeciv.SlackBuild | |
parent | 0752bdbb8f44c3342d09342fb38a9eb571feea45 (diff) | |
download | slackbuilds-61356254a62d61ec64e9d338055b17657b44e717.tar.gz |
games/freeciv: Updated for version 2.3.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/freeciv/freeciv.SlackBuild')
-rw-r--r-- | games/freeciv/freeciv.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/freeciv/freeciv.SlackBuild b/games/freeciv/freeciv.SlackBuild index 066a5eab51..68ecaf8df8 100644 --- a/games/freeciv/freeciv.SlackBuild +++ b/games/freeciv/freeciv.SlackBuild @@ -23,10 +23,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Revision date: 2011/08/04 +# Revision date: 2011/10/22 PRGNAM=freeciv -VERSION=2.2.7 +VERSION=2.3.0 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -84,7 +84,7 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-client=gtk \ --build=$ARCH-slackware-linux -make +make V=1 make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ |