1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Remove the GTK/Imlib dependency. The gtk client is (imo) horrible.

Also Requested By:	sheldonh
This commit is contained in:
Chris Piazza 1999-09-27 17:08:07 +00:00
parent 2c606d14b2
commit 9f7de992f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22010
2 changed files with 4 additions and 8 deletions

View File

@ -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>

View File

@ -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>