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