diff options
author | snj <snj@pkgsrc.org> | 2004-04-18 05:44:18 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-18 05:44:18 +0000 |
commit | 7862e2fcf4052a8eb297e1f110eaf68856577854 (patch) | |
tree | e8b7a18d5f7a67529650f71484a774212247fbc5 /games | |
parent | cc4aee02c57a7346933343be1d136622f0890944 (diff) | |
download | pkgsrc-7862e2fcf4052a8eb297e1f110eaf68856577854.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'games')
-rw-r--r-- | games/pacman/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/pacman/Makefile b/games/pacman/Makefile index 4a8ad167fa4..528826131e6 100644 --- a/games/pacman/Makefile +++ b/games/pacman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/01/24 13:30:56 grant Exp $ +# $NetBSD: Makefile,v 1.23 2004/04/18 05:48:34 snj Exp $ DISTNAME= Pacman-0.3-CVS-00-11-17 PKGNAME= Pacman-0.3 @@ -10,7 +10,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.clanlib.org/ COMMENT= Pacman, a small demonstration game for ClanLib -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_X11BASE= yes USE_GNU_TOOLS+= make GNU_CONFIGURE= yes @@ -33,5 +33,5 @@ pre-build: exit 1; \ fi; -.include "../../graphics/clanlib/buildlink2.mk" +.include "../../graphics/clanlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |