diff options
-rw-r--r-- | comms/p5-Device-SerialPort/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-SDL/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/comms/p5-Device-SerialPort/Makefile b/comms/p5-Device-SerialPort/Makefile index 001bf2dcbe3..3a6b47d3a8d 100644 --- a/comms/p5-Device-SerialPort/Makefile +++ b/comms/p5-Device-SerialPort/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/02/12 00:43:22 mjl Exp $ +# $NetBSD: Makefile,v 1.8 2003/02/13 14:51:03 agc Exp $ # DISTNAME= Device-SerialPort-0.12 @@ -16,5 +16,7 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Device/SerialPort/.packlist MAKE_PARAMS= ${DEFAULT_SERIAL_DEVICE} +BROKEN= Device::Serial could not find ioctl definitions + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile index 9ce6311c126..4835ef7c9b4 100644 --- a/devel/p5-SDL/Makefile +++ b/devel/p5-SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/01/13 12:34:43 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/02/13 14:54:08 agc Exp $ DISTNAME= SDL_perl-1.19.2 PKGNAME= p5-SDL-1.19.2 @@ -14,6 +14,8 @@ 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" |