diff options
Diffstat (limited to 'games/koth/Makefile')
-rw-r--r-- | games/koth/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/koth/Makefile b/games/koth/Makefile index 45f731537f9..46464027445 100644 --- a/games/koth/Makefile +++ b/games/koth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/24 02:34:18 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1999/07/24 22:56:54 hubertf Exp $ # DISTNAME= koth-0.6 @@ -8,6 +8,9 @@ MASTER_SITES= http://www-unix.oit.umass.edu/~tetron/koth/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www-unix.oit.umass.edu/~tetron/koth/ +DEPENDS+= libgii-0.6:../../graphics/libgii +DEPENDS+= libggi-2.0b2.1:../../graphics/libggi + GNU_CONFIGURE= YES CONFIGURE_ENV+= CC="cc -I${LOCALBASE}/include" |