diff options
author | hubertf <hubertf> | 1999-07-24 22:56:54 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-07-24 22:56:54 +0000 |
commit | a439275a03d3b6f109f3089fa49c3fe4076ef909 (patch) | |
tree | 048d56e1f5dee0214efc67cdc690c3385325a2ec /games/koth | |
parent | 3723238031c0a2bfaf410921ab054f8aa032503b (diff) | |
download | pkgsrc-a439275a03d3b6f109f3089fa49c3fe4076ef909.tar.gz |
add dependencies
Diffstat (limited to 'games/koth')
-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" |