diff options
Diffstat (limited to 'textproc/p5-Encode-Detect/Makefile')
-rw-r--r-- | textproc/p5-Encode-Detect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Encode-Detect/Makefile b/textproc/p5-Encode-Detect/Makefile index 06b759ef477..9ccce0e8582 100644 --- a/textproc/p5-Encode-Detect/Makefile +++ b/textproc/p5-Encode-Detect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2013/05/31 12:42:09 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/12/09 14:17:53 obache Exp $ # DISTNAME= Encode-Detect-1.01 @@ -14,7 +14,7 @@ LICENSE= mpl-1.1 PKG_INSTALLATION_TYPES= overwrite pkgviews -BUILD_DEPENDS+= p5-ExtUtils-CBuilder-[0-9]*:../../devel/p5-ExtUtils-CBuilder +BUILD_DEPENDS+= {perl>=5.9.3,p5-ExtUtils-CBuilder-[0-9]*}:../../devel/p5-ExtUtils-CBuilder USE_LANGUAGES+= c c++ |