diff options
author | snj <snj@pkgsrc.org> | 2004-03-07 06:43:34 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-07 06:43:34 +0000 |
commit | 5289c6834d6ec7ae4eef2c2ab47f462130b7406a (patch) | |
tree | 7da24db0e1695cb1cc96a69fae5f7ad82bf664fd /games | |
parent | de69a918ff413df4bfb36e64765b2fafebab977c (diff) | |
download | pkgsrc-5289c6834d6ec7ae4eef2c2ab47f462130b7406a.tar.gz |
Use bl3, remove unnecessary MAKE_ENV+=PREFIX=${LOCALBASE}.
Diffstat (limited to 'games')
-rw-r--r-- | games/defendguin/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/defendguin/Makefile b/games/defendguin/Makefile index fd3fe2ff7ef..f5e124a03ae 100644 --- a/games/defendguin/Makefile +++ b/games/defendguin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/24 13:30:55 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/03/07 06:43:34 snj Exp $ DISTNAME= defendguin-0.0.10 PKGREVISION= 2 @@ -10,10 +10,9 @@ HOMEPAGE= http://www.newbreedsoftware.com/defendguin/ COMMENT= Clone of the arcade game Defender USE_X11= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GNU_TOOLS+= make -MAKE_ENV+= PREFIX=${LOCALBASE} -.include "../../audio/SDL_mixer/buildlink2.mk" +.include "../../audio/SDL_mixer/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |