diff options
author | snj <snj@pkgsrc.org> | 2004-03-06 20:52:59 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-06 20:52:59 +0000 |
commit | 5e63eacf3276405ca7e27ffc64f91befe208d947 (patch) | |
tree | 38b9e8955b31daf1bb3168b59cbbd4b1af3e77f4 /games/prboom/Makefile | |
parent | b219b925a5408ccbbd6eab9f591d2c08ef757f21 (diff) | |
download | pkgsrc-5e63eacf3276405ca7e27ffc64f91befe208d947.tar.gz |
Use bl3.
Diffstat (limited to 'games/prboom/Makefile')
-rw-r--r-- | games/prboom/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile index be39042a2ad..9c0b845e5e4 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/12/08 14:41:40 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2004/03/06 20:52:59 snj Exp $ # DISTNAME= prboom-2.2.4 @@ -10,11 +10,11 @@ MAINTAINER= zuntum@NetBSD.org HOMEPAGE= http://prboom.sourceforge.net/ COMMENT= Multiplayer-capable and modified version of DOOM -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES #CONFIGURE_ARGS+= --enable-gl -.include "../../audio/SDL_mixer/buildlink2.mk" -.include "../../net/SDL_net/buildlink2.mk" +.include "../../audio/SDL_mixer/buildlink3.mk" +.include "../../net/SDL_net/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |