diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-14 17:44:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-14 17:44:32 +0000 |
commit | 63380902f2bbb9f205be31de32b14965189360d2 (patch) | |
tree | e0663d93a0dc51fd44f343f9a8e455f24581936e /games/gnocatan/Makefile | |
parent | 3ee26fd7c77d617c05efd7af73c15506022dbffe (diff) | |
download | pkgsrc-63380902f2bbb9f205be31de32b14965189360d2.tar.gz |
Update to 0.8.0.0:
Now using gnome2 libraries.
Changes:
- moving ships
- gold resource
- pirate ship
- maps may specify locations where setup is not allowed.
- It is now possible to view games. When logging in to a game
which is full, the user is considered a viewer. Viewers don't
play, but they can watch the others and chat.
- bugfixes
Diffstat (limited to 'games/gnocatan/Makefile')
-rw-r--r-- | games/gnocatan/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gnocatan/Makefile b/games/gnocatan/Makefile index b4d905ca590..86f66566e1a 100644 --- a/games/gnocatan/Makefile +++ b/games/gnocatan/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 21:38:28 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/12/14 17:44:32 wiz Exp $ # -DISTNAME= gnocatan-0.7.1 +DISTNAME= gnocatan-0.8.0.0 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnocatan/} @@ -17,5 +17,5 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool USE_PKGLOCALEDIR= YES USE_X11= YES -.include "../../x11/gnome-libs/buildlink2.mk" +.include "../../devel/libgnomeui/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |