diff options
author | snj <snj> | 2004-03-07 07:05:50 +0000 |
---|---|---|
committer | snj <snj> | 2004-03-07 07:05:50 +0000 |
commit | 3d1035fbb1b2c472843d5333d7c7a3aa2672d724 (patch) | |
tree | a1ae8c6da8696a90fe51762a54b7cf0be1d75856 /games | |
parent | 64df365ad45cfec833e3423261e0e31f6e5b9d58 (diff) | |
download | pkgsrc-3d1035fbb1b2c472843d5333d7c7a3aa2672d724.tar.gz |
Use bl3.
Diffstat (limited to 'games')
-rw-r--r-- | games/icebreaker/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/icebreaker/Makefile b/games/icebreaker/Makefile index 4dc83c99486..d1b2a49cdf4 100644 --- a/games/icebreaker/Makefile +++ b/games/icebreaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/01/24 13:30:56 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/03/07 07:05:50 snj Exp $ # DISTNAME= icebreaker-1.9.7 @@ -11,7 +11,7 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.mattdm.org/icebreaker/ COMMENT= Penguin capturing simulation -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_X11= yes MAKE_ENV+= mandir="${PREFIX}/man" highscoredir="/var/games" @@ -26,7 +26,7 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/icebreaker.6 ${PREFIX}/man/man6 ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/icebreaker -.include "../../audio/SDL_mixer/buildlink2.mk" -.include "../../devel/smpeg/buildlink2.mk" +.include "../../audio/SDL_mixer/buildlink3.mk" +.include "../../devel/smpeg/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |