diff options
author | abs <abs@pkgsrc.org> | 2007-09-07 12:54:45 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-09-07 12:54:45 +0000 |
commit | 5a140cf4b8f43d2b94887d6dab61f4d151254d0f (patch) | |
tree | bdfe8082753f828e0b9dcaace6f57690ed1810af /converters/p5-JSON-Any | |
parent | 87b85b8264b967df8da2a83bc7433ab9555aaded (diff) | |
download | pkgsrc-5a140cf4b8f43d2b94887d6dab61f4d151254d0f.tar.gz |
In retrospect as we currently only have one JSON converter in pkgsrc, this
package should probably depend on it.. PoLS.
Ride with the initial commit version.
Diffstat (limited to 'converters/p5-JSON-Any')
-rw-r--r-- | converters/p5-JSON-Any/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile index 6bc527ae9a2..4b207797638 100644 --- a/converters/p5-JSON-Any/Makefile +++ b/converters/p5-JSON-Any/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/09/07 12:43:17 abs Exp $ +# $NetBSD: Makefile,v 1.2 2007/09/07 12:54:45 abs Exp $ DISTNAME= JSON-Any-1.08 PKGNAME= p5-${DISTNAME} @@ -11,8 +11,8 @@ COMMENT= Wrapper Class for the various JSON classes PERL5_PACKLIST= auto/JSON/Any/.packlist -# Do not install any specific JSON converter - let user decide -# DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON +# May need to revisit this when multiple JSON converters in pkgsrc +DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |