summaryrefslogtreecommitdiff
path: root/games/freeciv
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-02 00:59:13 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-02 00:59:13 +0000
commit63a181d059d4f1e681cb21970f9dfb79e7bc803b (patch)
tree56ef091910709f4c5afc5ea2a51bb53506ef8adb /games/freeciv
parentKevin Oberman has offered to maintain this. (diff)
Deploy USE_GNOMENG infrastructure
PR: 42301 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=65456
Diffstat (limited to 'games/freeciv')
-rw-r--r--games/freeciv/Makefile8
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