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 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'games/freeciv-gtk2/Makefile') 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 -- cgit v1.2.3