aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-09-27 17:08:07 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-09-27 17:08:07 +0000
commit9f7de992f284f047f4b1e8e57b235b70f18fe0d7 (patch)
treede795731ebe0059a8fe86db2b0c7668fe780eba8
parent2c606d14b26819e9469edbf573de64b29a7fca66 (diff)
downloadports-9f7de992f284f047f4b1e8e57b235b70f18fe0d7.tar.gz
ports-9f7de992f284f047f4b1e8e57b235b70f18fe0d7.zip
Notes
-rw-r--r--games/freeciv-gtk2/Makefile6
-rw-r--r--games/freeciv/Makefile6
2 files changed, 4 insertions, 8 deletions
diff --git a/games/freeciv-gtk2/Makefile b/games/freeciv-gtk2/Makefile
index e9d72c50e027..592dd52efd87 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 e9d72c50e027..592dd52efd87 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>