diff options
author | joerg <joerg> | 2010-03-17 16:06:47 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-03-17 16:06:47 +0000 |
commit | 5e36a99f9ccdf78a7072410e4719cbccfdeabd30 (patch) | |
tree | 86b6b1ad83d90cde7f0189f1d73f1e5492bf9750 | |
parent | f7c8f5a71282d811d050523909202d104c8aa709 (diff) | |
download | pkgsrc-5e36a99f9ccdf78a7072410e4719cbccfdeabd30.tar.gz |
Fix dependency location.
-rw-r--r-- | mail/p5-User-Identity/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-User-Identity/Makefile b/mail/p5-User-Identity/Makefile index 71747ff271b..92cc40d7e11 100644 --- a/mail/p5-User-Identity/Makefile +++ b/mail/p5-User-Identity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2010/03/08 18:21:26 sno Exp $ +# $NetBSD: Makefile,v 1.12 2010/03/17 16:06:47 joerg Exp $ DISTNAME= User-Identity-0.93 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,7 @@ HOMEPAGE= http://perl.overmeer.net/userid/ COMMENT= Helps maintaining user information from various sources LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-Geography-Countries>=1.4:../../misc/p5-Geography-Countries +DEPENDS+= p5-Geography-Countries>=1.4:../../geography/p5-Geography-Countries BUILD_DEPENDS+= p5-Test-Pod>=1.0:../../devel/p5-Test-Pod PKG_INSTALLATION_TYPES= overwrite pkgviews |