svn commit: r324061 - head/security/opencryptoki

Hiroki Sato hrs at FreeBSD.org
Wed Jul 31 16:01:03 UTC 2013


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


More information about the svn-ports-all mailing list