diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-12-28 09:10:11 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-12-28 09:10:11 +0000 |
commit | 9d5aa29f62806b67ffcecbc7c573c1e04e0aa59f (patch) | |
tree | f7a7f9594513b8096c3694ef4ac0bbc55b48b476 /games/freeciv/Makefile | |
parent | 5f37cdd9cb558ada47421dc40c35cb11422862b7 (diff) | |
download | ports-9d5aa29f62806b67ffcecbc7c573c1e04e0aa59f.tar.gz ports-9d5aa29f62806b67ffcecbc7c573c1e04e0aa59f.zip |
Notes
Diffstat (limited to 'games/freeciv/Makefile')
-rw-r--r-- | games/freeciv/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 6598a1baa0c8..c116078a7746 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= freeciv -PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTVERSION= 2.4.1 CATEGORIES= games MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} @@ -11,10 +10,13 @@ MAINTAINER= johans@FreeBSD.org COMMENT= Free turn-based multiplayer strategy RUN_DEPENDS= hicolor-icon-theme>=0:${PORTSDIR}/misc/hicolor-icon-theme +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl USES= gettext gmake iconv pkgconfig +USE_SQLITE= yes USE_BZIP2= yes USE_PYTHON= yes +USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include @@ -34,7 +36,6 @@ IGNORE= cannot use SDL without X11: re-run make config .if ${PORT_OPTIONS:MX11} LIB_DEPENDS+= libtiff.so:${PORTSDIR}/graphics/tiff \ libpng15.so:${PORTSDIR}/graphics/png \ - libcurl.so:${PORTSDIR}/ftp/curl \ libggz.so:${PORTSDIR}/games/libggz \ libggz-gtk.so:${PORTSDIR}/games/ggz-gtk-client \ libggzcore.so:${PORTSDIR}/games/ggz-client-libs \ @@ -42,7 +43,6 @@ LIB_DEPENDS+= libtiff.so:${PORTSDIR}/graphics/tiff \ USE_XORG= xpm USE_SDL= mixer USE_GNOME= gtk20 -USE_SQLITE= yes INSTALLS_ICONS= yes CONFIGURE_ARGS+=--enable-client=gtk CONFLICTS= freeciv-nox11-[0-9]* |