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-gtk2 | |
parent | Kevin 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-gtk2')
-rw-r--r-- | games/freeciv-gtk2/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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 <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 |