diff options
author | tron <tron@pkgsrc.org> | 1999-10-24 16:44:30 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-10-24 16:44:30 +0000 |
commit | 867575b000032cd2852bebc779f508408c1c2058 (patch) | |
tree | f676e1be550597d01c859f354c5c3c2b5459e1ba /games | |
parent | 29630e4c9c12eaf4cf4ecae6b143f8376f332247 (diff) | |
download | pkgsrc-867575b000032cd2852bebc779f508408c1c2058.tar.gz |
- Remove redundant dependence on "gtk+" package.
- Use wildcard dependences for "imlib" package.
Diffstat (limited to 'games')
-rw-r--r-- | games/freeciv/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 570b0e0fe44..80ab2a1264d 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/08/28 09:43:09 rh Exp $ +# $NetBSD: Makefile,v 1.12 1999/10/24 16:44:30 tron Exp $ # DISTNAME= freeciv-1.8.1 @@ -10,8 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.freeciv.org/ DEPENDS+= xpm-3.4k:../../graphics/xpm -DEPENDS+= gtk+-1.2.4:../../x11/gtk -DEPENDS+= imlib-1.9.4:../../graphics/imlib +DEPENDS+= imlib-*:../../graphics/imlib GNU_CONFIGURE= YES USE_X11BASE= YES |