Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2013 16:01:03 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324061 - head/security/opencryptoki
Message-ID:  <201307311601.r6VG13BU015505@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Wed Jul 31 16:01:03 2013
New Revision: 324061
URL: http://svnweb.freebsd.org/changeset/ports/324061

Log:
  Revert LIB_DEPENDS change in the previous commit.  This was accidentally
  included.

Modified:
  head/security/opencryptoki/Makefile

Modified: head/security/opencryptoki/Makefile
==============================================================================
--- head/security/opencryptoki/Makefile	Wed Jul 31 15:45:20 2013	(r324060)
+++ head/security/opencryptoki/Makefile	Wed Jul 31 16:01:03 2013	(r324061)
@@ -15,7 +15,7 @@ LICENSE_NAME=	Common Public License
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-LIB_DEPENDS=	tspi:${PORTSDIR}/security/trousers
+LIB_DEPENDS=	libtspi.so:${PORTSDIR}/security/trousers
 
 USES=		gmake
 USE_BZIP2=	YES



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307311601.r6VG13BU015505>