diff options
author | snj <snj> | 2004-03-09 23:32:59 +0000 |
---|---|---|
committer | snj <snj> | 2004-03-09 23:32:59 +0000 |
commit | a90d18579df116077c3f9275c889bb1dcd6f2e16 (patch) | |
tree | 7d0181a8078cb3690fc39ae5a4e5c896595eed9a /games/xbreaky | |
parent | 32483bb781c96f47ef6253d70799744b69072586 (diff) | |
download | pkgsrc-a90d18579df116077c3f9275c889bb1dcd6f2e16.tar.gz |
Use bl3.
Diffstat (limited to 'games/xbreaky')
-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" |