diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-26 10:08:31 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-26 10:08:31 +0000 |
commit | 60672704fbceea6ac413f1f173b7d071b0fe1833 (patch) | |
tree | f36b9f111755cedd5b532e89b0e4081446956a6c /games/lbreakout/Makefile | |
parent | 8b297d083ef692ab4b5d050cbfe108656e0cf901 (diff) | |
download | pkgsrc-60672704fbceea6ac413f1f173b7d071b0fe1833.tar.gz |
o converted to use buildlink.mk
Diffstat (limited to 'games/lbreakout/Makefile')
-rw-r--r-- | games/lbreakout/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
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" |