games/freeciv: Remove games/ggz-gtk-client dependency and unlock build on 13.0
ggz-gtk-client currently fails to build on 13.0. ggz-gtk-client seems to be abandoned upstream and fixing it might not be worthwhile. Freeciv does not really need it, so remove the dependency on it. Also take maintainership. PR: 238256 Approved by: johans (maintainer timeout, 2 weeks)
This commit is contained in:
parent
642c1dd1d2
commit
a9c5c43234
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504231
1 changed files with 10 additions and 10 deletions
|
@ -3,12 +3,12 @@
|
|||
|
||||
PORTNAME= freeciv
|
||||
PORTVERSION= 2.5.10
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} \
|
||||
http://download.gna.org/freeciv/stable/
|
||||
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
COMMENT= Free turn-based multiplayer strategy
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
@ -20,9 +20,13 @@ LIB_DEPENDS= libltdl.so:devel/libltdl \
|
|||
USES= gmake iconv libtool localbase pkgconfig tar:bzip2 python \
|
||||
sqlite readline
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} --program-transform-name= \
|
||||
--enable-aimodules --enable-shared \
|
||||
--enable-fcdb=sqlite3
|
||||
CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \
|
||||
--enable-aimodules \
|
||||
--enable-fcdb=sqlite3 \
|
||||
--enable-shared \
|
||||
--program-transform-name= \
|
||||
--without-ggz-client \
|
||||
--without-ggz-server
|
||||
|
||||
PORTDATA= *
|
||||
|
||||
|
@ -47,11 +51,7 @@ IGNORE= cannot use SDL without X11: re-run make config
|
|||
LIB_DEPENDS+= libtiff.so:graphics/tiff \
|
||||
libpng.so:graphics/png \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2 \
|
||||
libggz.so:games/libggz \
|
||||
libggz-gtk.so:games/ggz-gtk-client \
|
||||
libggzcore.so:games/ggz-client-libs \
|
||||
libggzmod.so:games/ggz-client-libs
|
||||
libfreetype.so:print/freetype2
|
||||
USE_XORG= xpm
|
||||
USE_SDL+= mixer
|
||||
USE_GNOME= gtk20 cairo
|
||||
|
|
Loading…
Reference in a new issue