From 63a181d059d4f1e681cb21970f9dfb79e7bc803b Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Mon, 2 Sep 2002 00:59:13 +0000 Subject: Deploy USE_GNOMENG infrastructure PR: 42301 Submitted by: Edwin Groothuis --- games/freeciv-gtk2/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'games/freeciv-gtk2') diff --git a/games/freeciv-gtk2/Makefile b/games/freeciv-gtk2/Makefile index 281f79a3e117..4c628676885d 100644 --- a/games/freeciv-gtk2/Makefile +++ b/games/freeciv-gtk2/Makefile @@ -18,15 +18,17 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_XPM= yes USE_BZIP2= yes -WANT_GTK= yes +USE_GNOMENG= yes +WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" .include -.if defined(HAVE_GTK) -USE_IMLIB= yes +.if ${HAVE_GNOME:Mgtk12}!="" +USE_GNOMENG+= imlib +PKGNAMESUFFIX= -imlib .else LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d .endif -- cgit v1.2.3