diff options
author | manu <manu@pkgsrc.org> | 2013-01-17 13:29:59 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2013-01-17 13:29:59 +0000 |
commit | a40154b37079d53cc734d7f517ebc08cb7e926c4 (patch) | |
tree | 2afd18d47ef3d2a7f1a5701e128a6f1b6752a81e /lang/perl5/Makefile | |
parent | 0bfa134bfd6e6430cc720d8fbef9d950963d0f39 (diff) | |
download | pkgsrc-a40154b37079d53cc734d7f517ebc08cb7e926c4.tar.gz |
Work around a NULL dereference (bug report was submitted upstream)
Diffstat (limited to 'lang/perl5/Makefile')
-rw-r--r-- | lang/perl5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index a95a8bc72fc..87f7eea7926 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.193 2013/01/03 10:11:34 dholland Exp $ +# $NetBSD: Makefile,v 1.194 2013/01/17 13:29:59 manu Exp $ .include "license.mk" .include "Makefile.common" COMMENT= Practical Extraction and Report Language -PKGREVISION= 2 +PKGREVISION= 3 CONFLICTS= perl-base-[0-9]* perl-thread-[0-9]* \ p5-CGI-2.66{,nb*} p5-CGI-2.75{,nb*} p5-CGI-2.75.[0-2] \ |