summaryrefslogtreecommitdiff
path: root/games/lbreakout
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-06-26 10:08:31 +0000
committerzuntum <zuntum>2001-06-26 10:08:31 +0000
commit1afb2861c38add749ad61f187cd7c057e16dabc8 (patch)
treef36b9f111755cedd5b532e89b0e4081446956a6c /games/lbreakout
parentfc48c4fd5b4615076896d8250d2582779cb6b2a4 (diff)
downloadpkgsrc-1afb2861c38add749ad61f187cd7c057e16dabc8.tar.gz
o converted to use buildlink.mk
Diffstat (limited to 'games/lbreakout')
-rw-r--r--games/lbreakout/Makefile12
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"