diff options
-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 |