diff options
author | obache <obache@pkgsrc.org> | 2014-04-08 02:48:38 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-04-08 02:48:38 +0000 |
commit | 909cc5b654f301b982700a3522b43abbfb27d25c (patch) | |
tree | 814291301883712d26289c0cb03ac78ab00ea77c /security | |
parent | b2ba9e19ad3f3d7d712fac84197d3d88e5909d0b (diff) | |
download | pkgsrc-909cc5b654f301b982700a3522b43abbfb27d25c.tar.gz |
p5-Perl4-CoreLibs is not required for perl<5.16
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 e900704706a..131b8b8ebf8 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.186 2014/04/02 12:11:35 he Exp $ +# $NetBSD: Makefile,v 1.187 2014/04/08 02:48:38 obache Exp $ DISTNAME= openssl-1.0.1f PKGREVISION= 1 @@ -16,7 +16,7 @@ CRYPTO= yes PKG_INSTALLATION_TYPES= overwrite pkgviews -BUILD_DEPENDS+= p5-Perl4-CoreLibs-[0-9]*:../../devel/p5-Perl4-CoreLibs +BUILD_DEPENDS+= {p5-Perl4-CoreLibs-[0-9]*,perl<5.16}:../../devel/p5-Perl4-CoreLibs USE_GCC_RUNTIME= yes |