diff options
author | snj <snj@pkgsrc.org> | 2004-03-10 01:08:27 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-10 01:08:27 +0000 |
commit | 7ea3b6fd96472a632e37738844c71b8b1b5b7500 (patch) | |
tree | 1f25c58a2e73ea47f46657c97d02141994e0b8b1 /games | |
parent | 4a35b8cc801d027130801e5c387e47849e9b6419 (diff) | |
download | pkgsrc-7ea3b6fd96472a632e37738844c71b8b1b5b7500.tar.gz |
Use bl3.
Diffstat (limited to 'games')
-rw-r--r-- | games/lbreakout/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/lbreakout/Makefile b/games/lbreakout/Makefile index 98b34ef84f2..3903411c5b3 100644 --- a/games/lbreakout/Makefile +++ b/games/lbreakout/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/07/26 21:41:18 jmmv Exp $ -# +# $NetBSD: Makefile,v 1.18 2004/03/10 01:08:27 snj Exp $ DISTNAME= lbreakout-010315 PKGREVISION= 3 @@ -10,13 +9,13 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://lgames.sourceforge.net/ COMMENT= Breakout-style arcade game -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS+= --disable-sound -.include "../../devel/SDL/buildlink2.mk" +.include "../../devel/SDL/buildlink3.mk" PTHREAD_LIBS= -lpthread |