diff options
author | hubertf <hubertf> | 2000-01-10 19:11:07 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-01-10 19:11:07 +0000 |
commit | 84f8cccc2c3b1b8de703a6d803ecd3a68ea3dcc1 (patch) | |
tree | 9c62d3e17694963ddcb503ccbb246c390f221b10 /games | |
parent | ef58f4775f22304cb27fe0af7185638626a11563 (diff) | |
download | pkgsrc-84f8cccc2c3b1b8de703a6d803ecd3a68ea3dcc1.tar.gz |
be consistent on which version to wildcard
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 90f8e76d9ec..d7f63a34a40 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/12/18 18:26:37 jonb Exp $ +# $NetBSD: Makefile,v 1.14 2000/01/10 19:11:08 hubertf Exp $ # DISTNAME= freeciv-1.9.0 @@ -13,7 +13,7 @@ DEPENDS+= xpm-*:../../graphics/xpm DEPENDS+= imlib-*:../../graphics/imlib DEPENDS+= png-*:../../graphics/png DEPENDS+= jpeg-*:../../graphics/jpeg -DEPENDS+= gettext-*:../../devel/gettext +DEPENDS+= gettext-0.10.*:../../devel/gettext GNU_CONFIGURE= YES |