diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-12 19:02:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-12 19:02:47 +0000 |
commit | 33e3dffa00db96587a506d0e0292d2c42573be2e (patch) | |
tree | 226adcfe7e95b3861a812656594881782488900c /security | |
parent | 3f74365201780f8ecbed10e81c5dfff90d419ca8 (diff) | |
download | pkgsrc-33e3dffa00db96587a506d0e0292d2c42573be2e.tar.gz |
Fix pattern; perl will never be <5.16 again.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index e79fd8a9115..cb9c1240a68 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.210 2015/07/09 13:37:56 wiz Exp $ +# $NetBSD: Makefile,v 1.211 2015/07/12 19:02:47 wiz Exp $ DISTNAME= openssl-1.0.2d CATEGORIES= security @@ -13,7 +13,7 @@ CONFLICTS= SSLeay-[0-9]* ssleay-[0-9]* CRYPTO= yes -BUILD_DEPENDS+= {p5-Perl4-CoreLibs-[0-9]*,perl<5.16}:../../devel/p5-Perl4-CoreLibs +BUILD_DEPENDS+= p5-Perl4-CoreLibs-[0-9]*:../../devel/p5-Perl4-CoreLibs USE_GCC_RUNTIME= yes |