diff options
Diffstat (limited to 'comms/p5-Device-SerialPort/Makefile')
-rw-r--r-- | comms/p5-Device-SerialPort/Makefile | 4 |
1 files changed, 3 insertions, 1 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" |