diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-12 13:30:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-12 13:30:28 +0000 |
commit | e04dd1481ab9b1d7bae88b54b887cc645685f6a9 (patch) | |
tree | 6ebf37fefc15d2ba3d9c9527922e9f55dfa23365 /games/xbreaky/Makefile | |
parent | 5a1544d05823df7c476eb71f6eeaee2bb21b5e18 (diff) | |
download | pkgsrc-e04dd1481ab9b1d7bae88b54b887cc645685f6a9.tar.gz |
Update to 0.0.5, converted to buildlink2.
Changes: security fix, but we didn't suid the binary anyway.
Diffstat (limited to 'games/xbreaky/Makefile')
-rw-r--r-- | games/xbreaky/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/games/xbreaky/Makefile b/games/xbreaky/Makefile index 392baea1b46..efec254b4a0 100644 --- a/games/xbreaky/Makefile +++ b/games/xbreaky/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2001/12/05 04:02:24 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/09/12 13:30:28 wiz Exp $ # -DISTNAME= xbreaky-0.0.4 +DISTNAME= xbreaky-0.0.5 CATEGORIES= games MASTER_SITES= http://xbreaky.sourceforge.net/ @@ -9,10 +9,9 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://xbreaky.sourceforge.net/ COMMENT= breakout game for X11 -USE_BUILDLINK_ONLY= YES -USE_X11BASE= YES +USE_BUILDLINK2= YES +USE_X11= YES -.include "../../graphics/xpm/buildlink.mk" -.include "../../mk/ossaudio.buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../graphics/xpm/buildlink2.mk" +.include "../../mk/ossaudio.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |