summaryrefslogtreecommitdiff
path: root/devel/p5-SDL
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-11-30 18:29:40 +0000
committerwiz <wiz@pkgsrc.org>2004-11-30 18:29:40 +0000
commit895f6100aba08f5eb645a5a2f082d19d2fc2b551 (patch)
tree2afdfa283f839cea075a8e44f39744bae2f4df52 /devel/p5-SDL
parent4ce264687e8851bcdc9e22ab973a0cdc39698c68 (diff)
downloadpkgsrc-895f6100aba08f5eb645a5a2f082d19d2fc2b551.tar.gz
Just depend on perl58 for now after removal of perl58-thread.
XXX: need to find out if perl is threaded or not?
Diffstat (limited to 'devel/p5-SDL')
-rw-r--r--devel/p5-SDL/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile
index 055edca0f9a..d2a28b517f1 100644
--- a/devel/p5-SDL/Makefile
+++ b/devel/p5-SDL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/10/03 00:13:32 tv Exp $
+# $NetBSD: Makefile,v 1.22 2004/11/30 18:29:40 wiz Exp $
#
DISTNAME= SDL_perl-1.19.2
@@ -7,7 +7,7 @@ PKGREVISION= 10
CATEGORIES= devel perl5
MASTER_SITES= ftp://sdlperl.org/SDL_perl/
-DEPENDS+= perl-thread>=5.8.0:../../lang/perl58-thread
+DEPENDS+= perl>=5.8.0:../../lang/perl58
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://sdlperl.org/
@@ -16,8 +16,6 @@ COMMENT= Perl module for SDL
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/SDL_perl/.packlist
-BUILDLINK_PKGSRCDIR.perl= ../../lang/perl58-thread
-
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../devel/SDL_gfx/buildlink3.mk"