diff options
author | fredb <fredb> | 2000-09-11 03:53:04 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-09-11 03:53:04 +0000 |
commit | 1efc23599ff3b9f7cbb80ab035df17aab34c39ec (patch) | |
tree | a5f29e34c169eca17fb94e10422ecfec8e9ab352 /games | |
parent | 33a5276507e1aaceaae87191fa153f0ee51f650f (diff) | |
download | pkgsrc-1efc23599ff3b9f7cbb80ab035df17aab34c39ec.tar.gz |
Remove redundant DEPENDS on xpm. To recap, USE_XPM generates the DEPENDS
automatically on systems that need it, in order to accomodate XFree86-4.x
out-of-the-box installs, which include xpm.
Diffstat (limited to 'games')
-rw-r--r-- | games/freeciv-client/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/freeciv-client/Makefile b/games/freeciv-client/Makefile index f954ad62e1d..df449f9a15a 100644 --- a/games/freeciv-client/Makefile +++ b/games/freeciv-client/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2000/08/23 23:14:27 tron Exp $ +# $NetBSD: Makefile,v 1.5 2000/09/11 03:53:05 fredb Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} DEPENDS+= freeciv-share-${FC_VERS}:../../games/freeciv-share DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext -DEPENDS+= xpm-*:../../graphics/xpm CONFLICTS= freeciv-client-gtk-* |