diff options
Diffstat (limited to 'games/marbles/Makefile')
-rw-r--r-- | games/marbles/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/marbles/Makefile b/games/marbles/Makefile index a14a93af9e8..37a54065d31 100644 --- a/games/marbles/Makefile +++ b/games/marbles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/05 23:01:06 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2002/08/27 19:07:37 jlam Exp $ # DISTNAME= marbles-1.0.2 @@ -9,10 +9,10 @@ MAINTAINER= xs@nitric.net HOMEPAGE= http://lgames.sourceforge.net/ COMMENT= Atomix-like puzzle -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES +USE_X11= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-profile-path=${LOCALBASE}/share/games/ -.include "../../devel/SDL/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../devel/SDL/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |