diff options
author | jmc <jmc@pkgsrc.org> | 2003-03-12 06:54:56 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-03-12 06:54:56 +0000 |
commit | f8c2e7fc6453701da55a733a303aaa7163ccb9a0 (patch) | |
tree | 8c81ae17e65051f953be51f742080155075b6ec7 /devel/p5-SDL | |
parent | b390daac39e7406dae755a98860e3efaf934bcd4 (diff) | |
download | pkgsrc-f8c2e7fc6453701da55a733a303aaa7163ccb9a0.tar.gz |
This doesn't appear to be broken any longer. It requires at least Mesa 3.4.2
and has also been confirmed to work on 3.3 (which is what ships with XF4.2.x)
Diffstat (limited to 'devel/p5-SDL')
-rw-r--r-- | devel/p5-SDL/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile index 4835ef7c9b4..f69ad8547b1 100644 --- a/devel/p5-SDL/Makefile +++ b/devel/p5-SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/02/13 14:54:08 agc Exp $ +# $NetBSD: Makefile,v 1.6 2003/03/12 06:54:56 jmc Exp $ DISTNAME= SDL_perl-1.19.2 PKGNAME= p5-SDL-1.19.2 @@ -14,8 +14,6 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/SDL_perl/.packlist BUILDLINK_DEPENDS.SDL= SDL>=1.2.5 BUILDLINK_DEPENDS.SDL-mixer= SDL-mixer>=1.2.4 -BROKEN= OpenGL.xs compilation issue, related to XFree86 version - .include "../../audio/SDL-mixer/buildlink2.mk" .include "../../devel/SDL/buildlink2.mk" .include "../../devel/SDL_gfx/buildlink2.mk" @@ -25,6 +23,5 @@ BROKEN= OpenGL.xs compilation issue, related to XFree86 version .include "../../graphics/jpeg/buildlink2.mk" .include "../../graphics/glu/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |