From 60672704fbceea6ac413f1f173b7d071b0fe1833 Mon Sep 17 00:00:00 2001 From: zuntum Date: Tue, 26 Jun 2001 10:08:31 +0000 Subject: o converted to use buildlink.mk --- games/lbreakout/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'games/lbreakout') diff --git a/games/lbreakout/Makefile b/games/lbreakout/Makefile index b65e6079407..806db02c7b5 100644 --- a/games/lbreakout/Makefile +++ b/games/lbreakout/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/16 15:10:53 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/06/26 10:15:26 zuntum Exp $ # DISTNAME= lbreakout-001018 @@ -9,11 +9,11 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://lgames.sourceforge.net/ COMMENT= breakout-style arcade game -DEPENDS+= SDL>=1.1.5nb1:../../devel/SDL - -USE_X11= YES -GNU_CONFIGURE= YES -CONFIGURE_ARGS+=--with-sdl-prefix=${PREFIX} +USE_BUILDLINK_ONLY= YES +USE_CONFIG_WRAPPER= YES +USE_X11= YES +GNU_CONFIGURE= YES CONFIGURE_ARGS+=--disable-sound +.include "../../devel/SDL/buildlink.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3