mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
security/p5-Crypt-SMIME: fix dependency to LOCALBASE
Reported by: antoine
This commit is contained in:
parent
ad583b4a00
commit
34ccf2e1f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364245
@ -12,12 +12,13 @@ COMMENT= S/MIME message signing, verification, encryption and decryption
|
||||
RUN_DEPENDS= p5-ExtUtils-CChecker>=0:${PORTSDIR}/devel/p5-ExtUtils-CChecker \
|
||||
p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
|
||||
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
/usr/local/lib/libcrypto.so:${PORTSDIR}/security/openssl
|
||||
${LOCALBASE}/lib/libcrypto.so:${PORTSDIR}/security/openssl
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
LICENSE= ART10
|
||||
|
||||
USES= perl5
|
||||
USE_OPENSSL= yes
|
||||
USE_PERL5= configure
|
||||
|
||||
post-stage:
|
||||
|
Loading…
Reference in New Issue
Block a user