diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 06:56:57 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 06:56:57 +0000 |
commit | 040dd1d9f4bf164df1c94f9e8ff6c75a11ea1e12 (patch) | |
tree | a05b04128f6f80732ad6ad122a34778bceac2a52 | |
parent | c7e5425240bc37044c351b2dc79fac39a30eae2e (diff) | |
download | pkgsrc-040dd1d9f4bf164df1c94f9e8ff6c75a11ea1e12.tar.gz |
Convert to buildlink3.
-rw-r--r-- | comms/p5-Device-SerialPort/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/p5-Device-SerialPort/Makefile b/comms/p5-Device-SerialPort/Makefile index 578aa40ad40..e180dd782f2 100644 --- a/comms/p5-Device-SerialPort/Makefile +++ b/comms/p5-Device-SerialPort/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/02/13 19:39:40 mjl Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/11 06:56:57 snj Exp $ # DISTNAME= Device-SerialPort-0.12 @@ -13,7 +13,7 @@ COMMENT= POSIX-based Perl module to control your serial port DEPENDS+= p5-perl-headers-[0-9]*:../../devel/p5-perl-headers -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Device/SerialPort/.packlist MAKE_PARAMS= ${DEFAULT_SERIAL_DEVICE} |