diff options
author | tron <tron> | 1999-10-24 16:44:30 +0000 |
---|---|---|
committer | tron <tron> | 1999-10-24 16:44:30 +0000 |
commit | 24c6ddef2cfbec4ab21010dcd9ae55580545864a (patch) | |
tree | f676e1be550597d01c859f354c5c3c2b5459e1ba /games | |
parent | a9ad51d4b94ce11320ae20d949d01035cbd48b91 (diff) | |
download | pkgsrc-24c6ddef2cfbec4ab21010dcd9ae55580545864a.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 |