Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2014 05:23:37 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364245 - head/security/p5-Crypt-SMIME
Message-ID:  <53e30d59.5da2.3f7d1e40@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e30d59.5da2.3f7d1e40>