diff options
Diffstat (limited to 'games/grhino/Makefile')
-rw-r--r-- | games/grhino/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/grhino/Makefile b/games/grhino/Makefile index 7c4b08e56dd..935b93c60b9 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2004/01/03 18:49:40 reed Exp $ +# $NetBSD: Makefile,v 1.9 2004/03/10 18:25:25 wiz Exp $ # -DISTNAME= grhino-0.8.3 -PKGREVISION= 1 +DISTNAME= grhino-0.9.0 CATEGORIES= games MASTER_SITES= http://ftp1.sourceforge.net/rhino/ @@ -10,8 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://rhino.sourceforge.net/ COMMENT= Othello (Reversi) engine -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES -.include "../../x11/gnome-libs/buildlink2.mk" +.include "../../devel/libgnomeui/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |