summaryrefslogtreecommitdiff
path: root/games/openmortal/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-09-17 20:28:53 +0000
committerminskim <minskim@pkgsrc.org>2005-09-17 20:28:53 +0000
commit7e44ba008f599fd838434ffba94ee63bd4ddec3c (patch)
treeb1c6559a2abce1a399f42c8b65f62f627310742b /games/openmortal/Makefile
parent662d1c1366e9b676ec0d634b3cad8106ffd5517a (diff)
downloadpkgsrc-7e44ba008f599fd838434ffba94ee63bd4ddec3c.tar.gz
Buildlink perl instead of just adding to USE_TOOLS.
Diffstat (limited to 'games/openmortal/Makefile')
-rw-r--r--games/openmortal/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/openmortal/Makefile b/games/openmortal/Makefile
index 7931443498d..30ad25c35eb 100644
--- a/games/openmortal/Makefile
+++ b/games/openmortal/Makefile
@@ -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"