pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-SDL SDL_perl needs threaded perl due to SDL, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14575f8be32f
branches:  trunk
changeset: 476670:14575f8be32f
user:      salo <salo%pkgsrc.org@localhost>
date:      Fri Jun 18 19:00:34 2004 +0000

description:
SDL_perl needs threaded perl due to SDL, which is threaded.
Gives games/frozen-bubble a chance to work.

Addresses PR pkg/25964 by Juan Romero Pardines.

diffstat:

 devel/p5-SDL/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r a337a3bfaabc -r 14575f8be32f devel/p5-SDL/Makefile
--- a/devel/p5-SDL/Makefile     Fri Jun 18 18:43:23 2004 +0000
+++ b/devel/p5-SDL/Makefile     Fri Jun 18 19:00:34 2004 +0000
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.17 2004/03/07 04:23:46 snj Exp $
+# $NetBSD: Makefile,v 1.18 2004/06/18 19:00:34 salo Exp $
 #
 
 DISTNAME=      SDL_perl-1.19.2
 PKGNAME=       p5-SDL-1.19.2
-PKGREVISION=   8
+PKGREVISION=   9
 CATEGORIES=    devel perl5
 MASTER_SITES=  ftp://sdlperl.org/SDL_perl/
 
+DEPENDS+=      perl-thread>=5.8.0:../../lang/perl58-thread
+
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 HOMEPAGE=      http://sdlperl.org/
 COMMENT=       Perl module for SDL



Home | Main Index | Thread Index | Old Index