aboutsummaryrefslogtreecommitdiffstats
path: root/games/freeciv
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-09-28 01:08:07 +0800
committercpiazza <cpiazza@FreeBSD.org>1999-09-28 01:08:07 +0800
commit814bd1092869c92887500e81bc84f6601e418d46 (patch)
tree3635b5d13813d37426d7f7604f0c15e0484a8a39 /games/freeciv
parent7d6a97f806f33541be17e57fed174dbd67d09c74 (diff)
downloadfreebsd-ports-graphics-814bd1092869c92887500e81bc84f6601e418d46.tar.gz
freebsd-ports-graphics-814bd1092869c92887500e81bc84f6601e418d46.tar.zst
freebsd-ports-graphics-814bd1092869c92887500e81bc84f6601e418d46.zip
Remove the GTK/Imlib dependency. The gtk client is (imo) horrible.
Also Requested By: sheldonh
Diffstat (limited to 'games/freeciv')
-rw-r--r--games/freeciv/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile
index e9d72c50e02..592dd52efd8 100644
--- a/games/freeciv/Makefile
+++ b/games/freeciv/Makefile
@@ -13,12 +13,10 @@ MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable_version/ \
MAINTAINER= ada@bsd.org
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
- Imlib.4:${PORTSDIR}/graphics/imlib
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_BZIP2= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+CONFIGURE_ARGS= --disable-gtktest
.include <bsd.port.mk>