svn commit: r364245 - head/security/p5-Crypt-SMIME
Kurt Jaeger
pi at FreeBSD.org
Thu Aug 7 05:23:37 UTC 2014
Author: pi
Date: Thu Aug 7 05:23:36 2014
New Revision: 364245
URL: http://svnweb.freebsd.org/changeset/ports/364245
QAT: https://qat.redports.org/buildarchive/r364245/
Log:
security/p5-Crypt-SMIME: fix dependency to LOCALBASE
Reported by: antoine
Modified:
head/security/p5-Crypt-SMIME/Makefile
Modified: head/security/p5-Crypt-SMIME/Makefile
==============================================================================
--- head/security/p5-Crypt-SMIME/Makefile Thu Aug 7 02:50:35 2014 (r364244)
+++ head/security/p5-Crypt-SMIME/Makefile Thu Aug 7 05:23:36 2014 (r364245)
@@ -12,12 +12,13 @@ COMMENT= S/MIME message signing, verific
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:
More information about the svn-ports-head
mailing list