diff options
author | grant <grant> | 2005-07-19 10:11:48 +0000 |
---|---|---|
committer | grant <grant> | 2005-07-19 10:11:48 +0000 |
commit | ac64fe6ac14fdf1683065506a0d1d7e03cc15349 (patch) | |
tree | 06d14153ff3d91aebe34f6f7b90be0ae91bec7a8 /comms/p5-Device-Modem | |
parent | 8e5c68bc6464f7711b87bf4c17adea2559863de7 (diff) | |
download | pkgsrc-ac64fe6ac14fdf1683065506a0d1d7e03cc15349.tar.gz |
depends should be ../../<category>/<pkg>
Diffstat (limited to 'comms/p5-Device-Modem')
-rw-r--r-- | comms/p5-Device-Modem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/p5-Device-Modem/Makefile b/comms/p5-Device-Modem/Makefile index a449a8a037f..c31b0850770 100644 --- a/comms/p5-Device-Modem/Makefile +++ b/comms/p5-Device-Modem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/07/13 18:01:19 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/07/19 10:21:01 grant Exp $ # DISTNAME= Device-Modem-1.36 @@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Perl module to talk to modem devices connected via serial port -DEPENDS+= p5-Device-SerialPort-[0-9]*:../p5-Device-SerialPort +DEPENDS+= p5-Device-SerialPort-[0-9]*:../../comms/p5-Device-SerialPort PERL5_PACKLIST= auto/Device/Modem/.packlist |