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