diff options
Diffstat (limited to 'games/lbreakout/Makefile')
-rw-r--r-- | games/lbreakout/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/lbreakout/Makefile b/games/lbreakout/Makefile index 35a2f1723c7..f4b3bb55b1c 100644 --- a/games/lbreakout/Makefile +++ b/games/lbreakout/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/10/24 22:10:56 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2002/08/27 18:56:45 jlam Exp $ # DISTNAME= lbreakout-010315 @@ -9,10 +9,10 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://lgames.sourceforge.net/ COMMENT= breakout-style arcade game -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES +USE_X11= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --disable-sound -.include "../../devel/SDL/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../devel/SDL/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |