diff options
author | salo <salo> | 2004-06-18 19:00:34 +0000 |
---|---|---|
committer | salo <salo> | 2004-06-18 19:00:34 +0000 |
commit | a8b33f62304095227e8d67b0e56c59e1b3b94b7c (patch) | |
tree | 84f52a8afa2f40c2714bbb86ab12db3dda468bae /devel | |
parent | 36bb0ba22bcdac84df17ffa20ae7286a48584453 (diff) | |
download | pkgsrc-a8b33f62304095227e8d67b0e56c59e1b3b94b7c.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/p5-SDL/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile index 4b529362da3..c6f4a0b7d7f 100644 --- a/devel/p5-SDL/Makefile +++ b/devel/p5-SDL/Makefile @@ -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 HOMEPAGE= http://sdlperl.org/ COMMENT= Perl module for SDL |