diff options
author | wiz <wiz> | 2015-09-18 09:37:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-09-18 09:37:07 +0000 |
commit | bc17305e4d9b588f849581f2a1424fd41e18b5d8 (patch) | |
tree | 748e6be595744318608f39a989085c1689a9e657 /security | |
parent | c6fbc07a049c37381171dd2cb0c901fa83e6366c (diff) | |
download | pkgsrc-bc17305e4d9b588f849581f2a1424fd41e18b5d8.tar.gz |
Remove
PERL5_MODULE_TYPE= Module::Install::Bundled
in the hope it fixes PR 50254.
While here, remove API depends line that's lower than what's in
openssl/bl3.mk.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index 43649bfc072..1a3bbcbaac0 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2015/07/12 18:56:29 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2015/09/18 09:37:07 wiz Exp $ DISTNAME= Net-SSLeay-1.70 PKGNAME= p5-${DISTNAME} @@ -15,15 +15,11 @@ BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn #DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 -# see WRKSRC/inc/Module/Install/PRIVATE/Net/SSLeay.pm -BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.3 - USE_LANGUAGES= c PERL5_PACKLIST= auto/Net/SSLeay/.packlist MAKE_ENV+= OPENSSL_PREFIX=${SSLBASE} MAKE_ENV+= PERL_MM_USE_DEFAULT=1 # avoid network question -PERL5_MODULE_TYPE= Module::Install::Bundled .include "../../devel/zlib/buildlink3.mk" .include "../../lang/perl5/module.mk" |