summaryrefslogtreecommitdiff
path: root/security/opencryptoki/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/opencryptoki/Makefile')
-rw-r--r--security/opencryptoki/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/opencryptoki/Makefile b/security/opencryptoki/Makefile
index b53785735680..0ebc5f244c62 100644
--- a/security/opencryptoki/Makefile
+++ b/security/opencryptoki/Makefile
@@ -49,7 +49,7 @@ CONFIGURE_ARGS= --enable-swtok --enable-tpmtok \
--localstatedir=${PREFIX}/var \
--with-pkcs11user=${USERS} \
--with-pkcs11group=${GROUPS}
-CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>