Buildlink perl instead of just adding to USE_TOOLS.
This commit is contained in:
parent
662d1c1366
commit
7e44ba008f
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.16 2005/07/16 19:10:39 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2005/09/17 20:28:53 minskim Exp $
|
||||
#
|
||||
|
||||
DISTNAME= openmortal-0.7
|
||||
|
@ -12,7 +12,7 @@ HOMEPAGE= http://apocalypse.rulez.org/~upi/Mortal/
|
|||
COMMENT= Parody of Mortal Kombat with real characters
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= gmake perl:run
|
||||
USE_TOOLS+= gmake
|
||||
|
||||
REPLACE_PERL= data/script/*.pl
|
||||
|
||||
|
@ -20,5 +20,6 @@ REPLACE_PERL= data/script/*.pl
|
|||
.include "../../devel/SDL/buildlink3.mk"
|
||||
.include "../../graphics/SDL_image/buildlink3.mk"
|
||||
.include "../../graphics/freetype2/buildlink3.mk"
|
||||
.include "../../lang/perl5/buildlink3.mk"
|
||||
.include "../../net/SDL_net/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue