From a16020ed4ce2442d7dab3d1af9709862dc7f802f Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sat, 8 Dec 2001 20:38:10 +0000 Subject: - Add LIB_DEPENDS to x11-toolkits/Xaw3d - Handle imlib support more properly - Fix pkg-plist PR: 32616 Submitted by: Ports Fury --- games/freeciv-gtk2/Makefile | 8 +++++--- games/freeciv-gtk2/pkg-plist | 3 +++ 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'games/freeciv-gtk2') diff --git a/games/freeciv-gtk2/Makefile b/games/freeciv-gtk2/Makefile index e570f1eb792e..60806182d5db 100644 --- a/games/freeciv-gtk2/Makefile +++ b/games/freeciv-gtk2/Makefile @@ -7,27 +7,29 @@ PORTNAME= freeciv PORTVERSION= 1.12.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ \ ftp://ftp.netc.pt/pub/freeciv/stable/ \ ftp://ftp.pvv.ntnu.no/pub/freeciv/stable/ -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext USE_XPM= yes USE_BZIP2= yes +WANT_GTK= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" .include -.if defined(WITH_GTK) +.if defined(HAVE_GTK) USE_IMLIB= yes .else -CONFIGURE_ARGS= --disable-gtktest +LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d .endif .include diff --git a/games/freeciv-gtk2/pkg-plist b/games/freeciv-gtk2/pkg-plist index bd5e42fdc713..6127149d0359 100644 --- a/games/freeciv-gtk2/pkg-plist +++ b/games/freeciv-gtk2/pkg-plist @@ -159,13 +159,16 @@ share/locale/en_GB/LC_MESSAGES/freeciv.mo share/locale/es/LC_MESSAGES/freeciv.mo share/locale/fr/LC_MESSAGES/freeciv.mo share/locale/hu/LC_MESSAGES/freeciv.mo +share/locale/it/LC_MESSAGES/freeciv.mo share/locale/ja/LC_MESSAGES/freeciv.mo share/locale/nl/LC_MESSAGES/freeciv.mo share/locale/no/LC_MESSAGES/freeciv.mo share/locale/pl/LC_MESSAGES/freeciv.mo share/locale/pt/LC_MESSAGES/freeciv.mo share/locale/pt_BR/LC_MESSAGES/freeciv.mo +share/locale/ro/LC_MESSAGES/freeciv.mo share/locale/ru/LC_MESSAGES/freeciv.mo +share/locale/sv/LC_MESSAGES/freeciv.mo @dirrm share/freeciv/trident @dirrm share/freeciv/scenario @dirrm share/freeciv/nation -- cgit v1.2.3