diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 00:59:13 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 00:59:13 +0000 |
commit | 63a181d059d4f1e681cb21970f9dfb79e7bc803b (patch) | |
tree | 56ef091910709f4c5afc5ea2a51bb53506ef8adb /games/freeciv | |
parent | eb7ace1d483526258b2f4fb9a8a01aa61001f807 (diff) | |
download | ports-63a181d059d4f1e681cb21970f9dfb79e7bc803b.tar.gz ports-63a181d059d4f1e681cb21970f9dfb79e7bc803b.zip |
Notes
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 281f79a3e117..4c628676885d 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/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 <bsd.port.pre.mk> -.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 |