diff options
author | ghen <ghen@pkgsrc.org> | 2006-06-09 22:01:00 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-06-09 22:01:00 +0000 |
commit | 70e7065e7055df76e7715dc3841b3268af2039b4 (patch) | |
tree | 831d04af8be424c75e8b9a45eff5927fa3ec3ad0 /games | |
parent | 0bdcc45d10dcf6a63ce11a28af1c44612b77af00 (diff) | |
download | pkgsrc-70e7065e7055df76e7715dc3841b3268af2039b4.tar.gz |
freeciv-client is not only xaw-based anymore.
Diffstat (limited to 'games')
-rw-r--r-- | games/freeciv-client/DESCR | 3 | ||||
-rw-r--r-- | games/freeciv-client/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/games/freeciv-client/DESCR b/games/freeciv-client/DESCR index a0b3f849ddc..21dcea76b71 100644 --- a/games/freeciv-client/DESCR +++ b/games/freeciv-client/DESCR @@ -6,4 +6,5 @@ You should check out the home page, as it contains much more information than this file and the online help. This is also where we'll inform people about new releases/bugs/fixes/competitions, etc. -This package contains the Freeciv client with Xaw interface. +This package contains the Freeciv client with an interface built on top of +either gtk, gtk2, xaw, xaw3d, sdl, or just plain x11. diff --git a/games/freeciv-client/Makefile b/games/freeciv-client/Makefile index 38bc55a703c..bce75cd5f25 100644 --- a/games/freeciv-client/Makefile +++ b/games/freeciv-client/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2006/06/09 20:49:09 salo Exp $ +# $NetBSD: Makefile,v 1.30 2006/06/09 22:01:00 ghen Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} PKGREVISION= 1 -COMMENT= Freeciv client with Xaw interface +COMMENT= Freeciv client DEPENDS+= freeciv-share>=${FC_VERS}:../../games/freeciv-share DEPENDS+= freeciv-sounds>=3.0:../../games/freeciv-sounds |