pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/openmortal Buildlink perl instead of just adding...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a09e9d145ca
branches:  trunk
changeset: 499274:9a09e9d145ca
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Sep 17 20:28:53 2005 +0000

description:
Buildlink perl instead of just adding to USE_TOOLS.

diffstat:

 games/openmortal/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 496a42e4c523 -r 9a09e9d145ca games/openmortal/Makefile
--- a/games/openmortal/Makefile Sat Sep 17 20:26:55 2005 +0000
+++ b/games/openmortal/Makefile Sat Sep 17 20:28:53 2005 +0000
@@ -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 @@
 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 @@
 .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"



Home | Main Index | Thread Index | Old Index