diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-27 17:08:07 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-27 17:08:07 +0000 |
commit | 814bd1092869c92887500e81bc84f6601e418d46 (patch) | |
tree | 3635b5d13813d37426d7f7604f0c15e0484a8a39 /games | |
parent | 7d6a97f806f33541be17e57fed174dbd67d09c74 (diff) | |
download | FreeBSD-ports-814bd1092869c92887500e81bc84f6601e418d46.zip FreeBSD-ports-814bd1092869c92887500e81bc84f6601e418d46.tar.gz |
Remove the GTK/Imlib dependency. The gtk client is (imo) horrible.
Also Requested By: sheldonh
Diffstat (limited to 'games')
-rw-r--r-- | games/freeciv-gtk2/Makefile | 6 | ||||
-rw-r--r-- | games/freeciv/Makefile | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/games/freeciv-gtk2/Makefile b/games/freeciv-gtk2/Makefile index e9d72c5..592dd52 100644 --- a/games/freeciv-gtk2/Makefile +++ b/games/freeciv-gtk2/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> diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index e9d72c5..592dd52 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> |