diff options
author | snj <snj> | 2004-03-07 06:16:46 +0000 |
---|---|---|
committer | snj <snj> | 2004-03-07 06:16:46 +0000 |
commit | 63e9e0d2e60f1e84cfa46d98bb02b59facc1f521 (patch) | |
tree | 93acdbaa24d6ff55c1a8319a23b2c8ba315c056d /games | |
parent | a6a9a577e275d605f0afe7cbdab5705f171b4cb3 (diff) | |
download | pkgsrc-63e9e0d2e60f1e84cfa46d98bb02b59facc1f521.tar.gz |
Use bl3.
Diffstat (limited to 'games')
-rw-r--r-- | games/marbles/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/marbles/Makefile b/games/marbles/Makefile index 0d6541c1ec5..0dfb5893e3c 100644 --- a/games/marbles/Makefile +++ b/games/marbles/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/09/26 12:40:27 wiz Exp $ -# +# $NetBSD: Makefile,v 1.6 2004/03/07 06:16:46 snj Exp $ DISTNAME= marbles-1.0.2 PKGREVISION= 3 @@ -10,10 +9,10 @@ MAINTAINER= xs@nitric.net HOMEPAGE= http://lgames.sourceforge.net/ COMMENT= Atomix-like puzzle -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-profile-path=${LOCALBASE}/share/games/ -.include "../../devel/SDL/buildlink2.mk" +.include "../../devel/SDL/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |