From ffe28a82ccd593d8eaad7cfd6f84857987467ad2 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Wed, 31 Jul 2013 16:01:03 +0000 Subject: [PATCH] Revert LIB_DEPENDS change in the previous commit. This was accidentally included. --- security/opencryptoki/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/opencryptoki/Makefile b/security/opencryptoki/Makefile index 30cbf9303889..33e1f271877b 100644 --- a/security/opencryptoki/Makefile +++ b/security/opencryptoki/Makefile @@ -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