diff options
author | wiz <wiz> | 2013-09-05 20:25:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-09-05 20:25:25 +0000 |
commit | 4510c2b24846d880e227d9a26d87dc0074a62712 (patch) | |
tree | 0126d0bccb017393e68f14f4eb10e03de9fa14bc /misc/p5-Business-ISBN | |
parent | 30cd615f5ecd301e418ce8270586acb5dac17337 (diff) | |
download | pkgsrc-4510c2b24846d880e227d9a26d87dc0074a62712.tar.gz |
Comment out p5-URI dependency.
Noted as dependency in Makefile.PL, but doesn't seem to be used,
and p5-URI depends on this package.
Diffstat (limited to 'misc/p5-Business-ISBN')
-rw-r--r-- | misc/p5-Business-ISBN/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/p5-Business-ISBN/Makefile b/misc/p5-Business-ISBN/Makefile index 739ad9d5132..6d85fd02b67 100644 --- a/misc/p5-Business-ISBN/Makefile +++ b/misc/p5-Business-ISBN/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2013/09/05 19:44:00 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2013/09/05 20:25:25 wiz Exp $ DISTNAME= Business-ISBN-2.06 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,9 @@ COMMENT= Perl5 module to work with International Standard Book Numbers (ISBNs) LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Business-ISBN-Data>=20081020:../../misc/p5-Business-ISBN-Data -DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +# noted as requested by Makefile.PL, but not used? +# also, p5-URI is depending on this package, so thsi introduces a cycle +#DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI PERL5_PACKLIST= auto/Business/ISBN/.packlist |