diff options
author | snj <snj@pkgsrc.org> | 2004-03-09 23:32:59 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-09 23:32:59 +0000 |
commit | 7ec286acc6bbc61b1d395ef1466daa715f6cbbd4 (patch) | |
tree | 7d0181a8078cb3690fc39ae5a4e5c896595eed9a /games | |
parent | 7c03d1427c315cb3c6d74851cf1e6f1b6ae206b8 (diff) | |
download | pkgsrc-7ec286acc6bbc61b1d395ef1466daa715f6cbbd4.tar.gz |
Use bl3.
Diffstat (limited to 'games')
-rw-r--r-- | games/xbreaky/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xbreaky/Makefile b/games/xbreaky/Makefile index 8ecef542fbb..89941c61ed9 100644 --- a/games/xbreaky/Makefile +++ b/games/xbreaky/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/03/08 19:40:39 jmmv Exp $ +# $NetBSD: Makefile,v 1.9 2004/03/09 23:32:59 snj Exp $ # DISTNAME= xbreaky-0.0.5 @@ -12,9 +12,9 @@ COMMENT= Breakout game for X11 DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES -.include "../../graphics/xpm/buildlink2.mk" -.include "../../mk/ossaudio.buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" +.include "../../mk/ossaudio.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |