diff options
author | wiz <wiz@pkgsrc.org> | 2010-10-19 12:09:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-10-19 12:09:50 +0000 |
commit | ccb3db265556fb1b902eaa8e6c3ace5b92cd88b5 (patch) | |
tree | 98975a4e252b16c5ca1271bb749edce82977a254 /time | |
parent | 5b523346eff566fb43807f242ec170045bb8803f (diff) | |
download | pkgsrc-ccb3db265556fb1b902eaa8e6c3ace5b92cd88b5.tar.gz |
Fix path.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Net-Google-Calendar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/p5-Net-Google-Calendar/Makefile b/time/p5-Net-Google-Calendar/Makefile index 0ad7a94fb86..b6457b3d41e 100644 --- a/time/p5-Net-Google-Calendar/Makefile +++ b/time/p5-Net-Google-Calendar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/10/19 12:05:57 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2010/10/19 12:09:50 wiz Exp $ DISTNAME= Net-Google-Calendar-1.0 PKGNAME= p5-${DISTNAME} @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-XML-Atom-[0-9]*:../../textproc/p5-XML-Atom -DEPENDS+= p5-Net-Google-AuthSub-[0-9]*:../../nih/p5-Net-Google-AuthSub +DEPENDS+= p5-Net-Google-AuthSub-[0-9]*:../../net/p5-Net-Google-AuthSub PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/Net/Google/Calendar/.packlist |