diff options
author | dholland <dholland@pkgsrc.org> | 2012-01-03 01:06:29 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-01-03 01:06:29 +0000 |
commit | 8c86ba054e169b85ef55f951691d4e4188fa130d (patch) | |
tree | ebd832f4263e1ceafee9c224e8ce7f110c99c372 /devel | |
parent | 7f2d0470806916903f92ab513f251b19539dbeea (diff) | |
download | pkgsrc-8c86ba054e169b85ef55f951691d4e4188fa130d.tar.gz |
The reason this can't find its own source files is that it's not
MAKE_JOBS_SAFE. Fix that and remove BROKEN.
Not that it builds; now I get "Not a HASH reference at
/usr/pkg/lib/perl5/vendor_perl/5.14.0/XML/Doctype.pm line 322."
but IIRC that's a readily fixable problem for someone with Perl
knowledge.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-VCP/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-VCP/Makefile b/devel/p5-VCP/Makefile index 08927447210..0a255611509 100644 --- a/devel/p5-VCP/Makefile +++ b/devel/p5-VCP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2011/08/14 12:26:48 obache Exp $ +# $NetBSD: Makefile,v 1.8 2012/01/03 01:06:29 dholland Exp $ DISTNAME= VCP-autrijus-snapshot-0.9-${SNAPSHOT_VERS} SNAPSHOT_VERS= 20050110 @@ -12,10 +12,10 @@ AUTHOR_DIR= authors/id/A/AU/AUTRIJUS MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Versioned Copy, copying hierarchies of versioned files -BROKEN= Fails to locate VCP/DiffFormat.pm - PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 |