diff options
author | snj <snj@pkgsrc.org> | 2004-03-07 20:18:57 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-07 20:18:57 +0000 |
commit | b418a001e86e8153876a900b099800b738c71167 (patch) | |
tree | 3a2300210b7d850cfbed025a6f451db764b4de20 /games/fire | |
parent | 7162c9316b5e9c7251f25f0baf2c3275522de723 (diff) | |
download | pkgsrc-b418a001e86e8153876a900b099800b738c71167.tar.gz |
Use bl3.
Diffstat (limited to 'games/fire')
-rw-r--r-- | games/fire/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/fire/Makefile b/games/fire/Makefile index 1309594fba9..e7c58d65cc6 100644 --- a/games/fire/Makefile +++ b/games/fire/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/26 21:41:17 jmmv Exp $ +# $NetBSD: Makefile,v 1.13 2004/03/07 20:21:17 snj Exp $ # DISTNAME= fire-1.0 @@ -10,9 +10,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.libsdl.org/projects/fire/index.html COMMENT= Organic fireworks demo -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES -.include "../../devel/SDL/buildlink2.mk" +.include "../../devel/SDL/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |