diff options
author | dholland <dholland@pkgsrc.org> | 2008-07-27 21:44:47 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2008-07-27 21:44:47 +0000 |
commit | 30e8f4bec284f10c55f37860c697546af8bd757a (patch) | |
tree | 05ec9e89ad1afb1f49cab4fc6612d4abbadffc9d /games/ivan/Makefile | |
parent | bf6079900846d1981385de2aa97dcb4593f4e67f (diff) | |
download | pkgsrc-30e8f4bec284f10c55f37860c697546af8bd757a.tar.gz |
Requires gmake.
Fix build on 64-bit and/or gcc4 platforms.
(Note: it doesn't work for me, but now it at least compiles...)
Correct typo in PLIST.
PKGREVISION++.
Diffstat (limited to 'games/ivan/Makefile')
-rw-r--r-- | games/ivan/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/ivan/Makefile b/games/ivan/Makefile index 162c04501c1..758b15ccbfe 100644 --- a/games/ivan/Makefile +++ b/games/ivan/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2006/12/15 14:34:20 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2008/07/27 21:44:47 dholland Exp $ # DISTNAME= ivan-0.50 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ivan/} @@ -12,6 +12,7 @@ COMMENT= Graphical roguelike featuring deep gameplay PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_TOOLS+= gmake GNU_CONFIGURE= YES CONFIGURE_ARGS+= --localstatedir=${PREFIX}/share |