diff options
author | rh <rh> | 1999-08-28 09:43:06 +0000 |
---|---|---|
committer | rh <rh> | 1999-08-28 09:43:06 +0000 |
commit | f50a72c10c920909b5391e3e6022a6d3be0d9800 (patch) | |
tree | 8d07d8f005aa52375ea0db13eef8463410f3ae07 /games | |
parent | e782c7f21f049e14970a600842eb362036979e0c (diff) | |
download | pkgsrc-f50a72c10c920909b5391e3e6022a6d3be0d9800.tar.gz |
Update dependency on gtk+-1.2.4
Diffstat (limited to 'games')
-rw-r--r-- | games/freeciv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index a996178e01d..570b0e0fe44 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/07/22 23:56:04 tron Exp $ +# $NetBSD: Makefile,v 1.11 1999/08/28 09:43:09 rh Exp $ # DISTNAME= freeciv-1.8.1 @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.freeciv.org/ DEPENDS+= xpm-3.4k:../../graphics/xpm -DEPENDS+= gtk+-1.2.2:../../x11/gtk +DEPENDS+= gtk+-1.2.4:../../x11/gtk DEPENDS+= imlib-1.9.4:../../graphics/imlib GNU_CONFIGURE= YES |